盛安新版本问题优化-1

This commit is contained in:
曹磊 2024-10-26 16:30:54 +08:00
parent 2da9540faa
commit 09c63f5ef1
6 changed files with 88 additions and 53 deletions

View File

@ -425,7 +425,7 @@
提前结束
</u-button>
<u-button v-if="order.isSupplement!=2" shape="circle" :plain="true"
@tap="saveJZS(order.artificerId)" class="btns">
@tap="saveJZS(order)" class="btns">
服务升级
</u-button>
<u-button v-if="order.addNum ==null&&order.ordersMassageList[0].massageType" shape="circle"
@ -1375,9 +1375,18 @@ export default {
}
})
},
saveJZS(artificerId) {//
saveJZS(order) {//
let classifyId = 0;
if(order.ordersMassageList!=null){
if(order.ordersMassageList[0].userPackageDetail!=null){
classifyId = order.ordersMassageList[0].userPackageDetail.classifyId;
}else{
classifyId = order.ordersMassageList[0].massageType.classifyId;
}
}
let data = {
artificerId: artificerId,
artificerId: order.artificerId,
classifyId: classifyId,
status: 0
}
let that = this;

View File

@ -27,7 +27,7 @@
{url:'/pages/public/pwd',text:'修改密码',imgUrl:'../../static/shezhi1.png'},
{url:'/my/order/tousuList',text:'我的投诉',imgUrl:'../../static/shezhi2.png'},
{url:'/my/help/feedbackIndex',text:'帮助中心',imgUrl:'../../static/shezhi3.png'},
{url:'/my/feedback/index',text:'意见反馈',imgUrl:'../../static/shezhi4.png'},
/* {url:'/my/feedback/index',text:'意见反馈',imgUrl:'../../static/shezhi4.png'}, */
{url:'/my/setting/xieyi',text:'用户协议',imgUrl:'../../static/shezhi5.png'},
{url:'/my/setting/mimi',text:'隐私政策',imgUrl:'../../static/shezhi6.png'},
{url:'/my/setting/zhuxiao',text:'注销账号',imgUrl:'../../static/shezhi7.png'},

View File

@ -324,7 +324,7 @@
"path": "pages/my/myMsOderDrtail",
"style": {
"navigationBarTitleText": "秒杀订单详情",
"enablePullDownRefresh": true,
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
@ -335,7 +335,7 @@
"path": "pages/my/miaoShaOderDrtail",
"style": {
"navigationBarTitleText": "秒杀详情",
"enablePullDownRefresh": true,
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
@ -357,7 +357,7 @@
"path": "pages/my/newseckill",
"style": {
"navigationBarTitleText": "秒杀",
"enablePullDownRefresh": true,
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
@ -368,7 +368,7 @@
"path": "pages/my/newseckilldetails",
"style": {
"navigationBarTitleText": "秒杀详情",
"enablePullDownRefresh": true,
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
@ -379,7 +379,7 @@
"path": "pages/my/newTeaml",
"style": {
"navigationBarTitleText": "团购列表",
"enablePullDownRefresh": true,
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
@ -412,7 +412,7 @@
"path": "pages/shop/index",
"style": {
"navigationBarTitleText": "约到店",
"enablePullDownRefresh": true,
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"app-plus": {
"titleNView": false
@ -615,7 +615,18 @@
"navigationBarTitleText": "服务疗程",
"navigationBarBackgroundColor": "#096f4b",
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/my/fuwudajiachangmai",
"style": {
"navigationBarTitleText": "大家常买",
"navigationBarBackgroundColor": "#096f4b",
"navigationBarTextStyle": "white",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
@ -625,7 +636,7 @@
"navigationBarBackgroundColor": "#096f4b",
"navigationBarTextStyle": "white",
"navigationStyle": "custom",
"enablePullDownRefresh": true
"enablePullDownRefresh": false
}
},
{
@ -635,7 +646,7 @@
"navigationBarBackgroundColor": "#096f4b",
"navigationBarTextStyle": "white",
"navigationStyle": "custom",
"enablePullDownRefresh": true
"enablePullDownRefresh": false
}
},
{
@ -645,7 +656,7 @@
"navigationBarBackgroundColor": "#096f4b",
"navigationBarTextStyle": "white",
"navigationStyle": "custom",
"enablePullDownRefresh": true
"enablePullDownRefresh": false
}
},
{
@ -673,7 +684,8 @@
"navigationBarTitleText": "项目次卡",
"navigationBarBackgroundColor": "#096f4b",
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
@ -691,7 +703,8 @@
"navigationBarTitleText": "服务套餐",
"navigationBarBackgroundColor": "#096f4b",
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
@ -1074,7 +1087,7 @@
"path": "pages/therapist/orderDetail",
"style": {
"navigationBarTitleText": "技师详情",
"enablePullDownRefresh": true,
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false
}

View File

@ -1279,7 +1279,17 @@
chengFel(item){//
this.currentTabFl=item.id;
if(this.currentTabFl=='1'){//
this.remen()
// this.remen()
let userId = uni.getStorageSync('userId')
if (userId) {
uni.navigateTo({
url:'/pages/my/fuwudajiachangmai?text='+'index'
})
}else{
uni.navigateTo({
url: '/pages/public/login'
})
}
}else if(this.currentTabFl=='2'){//
let userId = uni.getStorageSync('userId')
if (userId) {

View File

@ -143,6 +143,18 @@
<image style="padding: 3rpx;" src="../../static/my-gong-7.png" mode=""></image>
<span class="my-use-list-text">设置中心</span>
</view>
<view class="my-use-list" @click="useToUrl('/my/help/feedbackIndex')">
<image style="padding: 3rpx;" src="../../static/my-gong-6.png" mode=""></image>
<span class="my-use-list-text">帮助中心</span>
</view>
<view class="my-use-list" @click="useToUrl('/pages/my/fuwuGengduo?text='+'index')">
<image style="padding: 3rpx;" src="../../static/my-gong-10.png" mode=""></image>
<span class="my-use-list-text">项目推荐</span>
</view>
<view class="my-use-list" @click="useToUrl('/pages/my/invitationUser')">
<image style="padding: 3rpx;" src="../../static/my-gong-3.png" mode=""></image>
<span class="my-use-list-text">分享好友</span>
</view>
<view class="my-use-list" @click="useToUrl('/pages/my/hehuo')">
<image style="padding: 3rpx;" src="../../static/my-gong-2.png" mode=""></image>
<span class="my-use-list-text">申请合作技师</span>
@ -195,19 +207,10 @@
<image style="padding: 3rpx;" src="../../static/my-gong-9.png" mode=""></image>
<span class="my-use-list-text">我的团队</span>
</view>
<view class="my-use-list" @click="useToUrl('/pages/my/fuwuGengduo?text='+'index')">
<image style="padding: 3rpx;" src="../../static/my-gong-10.png" mode=""></image>
<span class="my-use-list-text">项目推荐</span>
<view class="my-use-list" @click="useToUrl('/my/feedback/index')">
<image style="padding: 3rpx;" src="../../static/shezhi4.png" mode=""></image>
<span class="my-use-list-text">我要投诉</span>
</view>
<view class="my-use-list" @click="useToUrl('/pages/my/invitationUser')">
<image style="padding: 3rpx;" src="../../static/my-gong-3.png" mode=""></image>
<span class="my-use-list-text">分享好友</span>
</view>
<view class="my-use-list" @click="useToUrl('/my/help/feedbackIndex')">
<image style="padding: 3rpx;" src="../../static/my-gong-6.png" mode=""></image>
<span class="my-use-list-text">帮助中心</span>
</view>
</view>
</view>
<view class="item" v-for="(item,index) in dataList" :key="index" @click="itemClick(item)">

View File

@ -3,7 +3,7 @@
<scroll-view scroll-x="true" class="scroll-box" style="height: 100%;">
<view :class="'item-box'+' bg'+((index+'').slice(-1))" v-for="(item,index) in goodsList" :key="index"
@click="chooseItem(item)">
<image style="border-radius: 7px;" :src="item.artificerImg" :style="'width:'+imgWidth+'px;'+'height:'+imgHeight+'px;'" mode=""></image>
<image style="border-radius: 7px;border: 1px solid #019c88;" :src="item.artificerImg" :style="'width:'+imgWidth+'px;'+'height:'+imgHeight+'px;'" mode=""></image>
<view class="item-name">{{item.artificerName}}</view>
<view class="item-descr">{{item.content}}</view>
<!-- <view class="xiangshi" v-if="item.bdxsl">相识度{{item.bdxsl}}%</view> -->