This commit is contained in:
parent
2cf6f91820
commit
f515da5c95
|
@ -45,6 +45,7 @@
|
||||||
<view class="money-pay-zhen">
|
<view class="money-pay-zhen">
|
||||||
<span>¥</span>
|
<span>¥</span>
|
||||||
<span>{{order.massagePrice}}</span>
|
<span>{{order.massagePrice}}</span>
|
||||||
|
<view style="margin-left: 5px;font-size: 12px;color: #999;text-decoration: line-through;" v-if="order.ordersMassageList[0].userPackageDetail">¥{{order.price}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view>
|
<view>
|
||||||
<uni-number-box :disabled="true" :value="order.massageNum" :width='27' :min="1" @change="changeValue" />
|
<uni-number-box :disabled="true" :value="order.massageNum" :width='27' :min="1" @change="changeValue" />
|
||||||
|
|
|
@ -472,7 +472,7 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex tabber padding-top-sm padding-bottom-sm align-center">
|
<view class="flex tabber padding-top-sm padding-bottom-sm align-center">
|
||||||
<view class="showBtn-mian">
|
<view class="showBtn-mian" v-if="order.status=='6'">
|
||||||
<view class="showBtn">
|
<view class="showBtn">
|
||||||
<view class="gengduo" @click.stop="gengBtn">更多</view>
|
<view class="gengduo" @click.stop="gengBtn">更多</view>
|
||||||
<u-button
|
<u-button
|
||||||
|
@ -518,6 +518,23 @@
|
||||||
class="btns">联系客服</u-button>
|
class="btns">联系客服</u-button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="showBtn-mian" v-else>
|
||||||
|
<view class="showBtn" style="justify-content: center;">
|
||||||
|
<u-button :custom-style="customStyle2"
|
||||||
|
shape="circle" :plain="true"
|
||||||
|
@click="goNav('/my/order/complain?ordersId='+ordersId + '&byUserId=' + order.artificer.userId + '&byuserName=' + order.artificer.artificerName)"
|
||||||
|
class="dingshi">
|
||||||
|
去投诉
|
||||||
|
</u-button>
|
||||||
|
<u-button :custom-style="customStyle2" shape="circle" :plain="true"
|
||||||
|
@click="goNav('/my/order/feedback?artificerId='+order.artificerId+ '&ordersId='+order.ordersMassageList[0].ordersId)"
|
||||||
|
class="dingshi">
|
||||||
|
去评价
|
||||||
|
</u-button>
|
||||||
|
<u-button shape="circle" :plain="true" @click="goChat"
|
||||||
|
class="btns">联系客服</u-button>
|
||||||
|
</view>
|
||||||
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
@ -21,16 +21,8 @@
|
||||||
{{order.entryName}}
|
{{order.entryName}}
|
||||||
</view>
|
</view>
|
||||||
<view class="zhuangtai">
|
<view class="zhuangtai">
|
||||||
<view v-if="order.status ==1">待支付</view>
|
|
||||||
<view v-if="order.status ==2">待服务</view>
|
|
||||||
<view v-if="order.status ==5">已完成</view>
|
|
||||||
<view v-if="order.status ==6">服务中</view>
|
|
||||||
<view v-if="order.status ==7">技师出发</view>
|
|
||||||
<view v-if="order.status ==8">技师到达</view>
|
|
||||||
<view v-if="order.status ==3">待评价</view>
|
<view v-if="order.status ==3">待评价</view>
|
||||||
<view v-if="order.status ==4">已取消</view>
|
<view v-if="order.status ==6">服务中</view>
|
||||||
<view v-if="order.status ==9">待确认</view>
|
|
||||||
<view v-if="order.status ==10">待补单</view>
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex align-center">
|
<view class="flex align-center">
|
||||||
|
@ -244,7 +236,7 @@
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="flex justify-between jusitify-line">
|
<view class="flex justify-between jusitify-line">
|
||||||
<view class="line-word">升级项目</view>
|
<view class="line-word">服务项目</view>
|
||||||
<view class="line-word-r">{{order.entryName}}</view>
|
<view class="line-word-r">{{order.entryName}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex justify-between jusitify-line">
|
<view class="flex justify-between jusitify-line">
|
||||||
|
@ -473,7 +465,7 @@
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="flex justify-between jusitify-line">
|
<view class="flex justify-between jusitify-line">
|
||||||
<view class="line-word">升级项目</view>
|
<view class="line-word">服务项目</view>
|
||||||
<view class="line-word-r">{{order.entryName}}</view>
|
<view class="line-word-r">{{order.entryName}}</view>
|
||||||
</view>
|
</view>
|
||||||
<view class="flex justify-between jusitify-line">
|
<view class="flex justify-between jusitify-line">
|
||||||
|
@ -562,7 +554,7 @@
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view style="position: relative;" class="flex tabber padding-top-sm padding-bottom-sm align-center">
|
<view style="position: relative;" class="flex tabber padding-top-sm padding-bottom-sm align-center">
|
||||||
<view class="showBtn-mian">
|
<view class="showBtn-mian" v-if="order.status=='6'">
|
||||||
<view class="showBtn">
|
<view class="showBtn">
|
||||||
<view class="gengduo" @click.stop="gengBtn">更多</view>
|
<view class="gengduo" @click.stop="gengBtn">更多</view>
|
||||||
|
|
||||||
|
@ -584,6 +576,7 @@
|
||||||
class="btns">
|
class="btns">
|
||||||
加钟
|
加钟
|
||||||
</u-button>
|
</u-button>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<view class="yincang" v-show="btnShow==true">
|
<view class="yincang" v-show="btnShow==true">
|
||||||
<u-button style="margin:0px !important;" shape="circle" :plain="true" @click="goChat"
|
<u-button style="margin:0px !important;" shape="circle" :plain="true" @click="goChat"
|
||||||
|
@ -596,9 +589,21 @@
|
||||||
</u-button>
|
</u-button>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
<view class="showBtn-mian" v-else>
|
||||||
|
<view class="showBtn" style="justify-content: center;">
|
||||||
|
<u-button style="margin:0px !important;" shape="circle" :plain="true" @click="goChat"
|
||||||
|
class="btns">联系客服</u-button>
|
||||||
|
<u-button :custom-style="customStyle2"
|
||||||
|
shape="circle" :plain="true"
|
||||||
|
@click="goNav('/my/order/complain?ordersId='+ordersId + '&byUserId=' + order.artificer.userId + '&byuserName=' + order.artificer.artificerName)"
|
||||||
|
class="dingshi">
|
||||||
|
去投诉
|
||||||
|
</u-button>
|
||||||
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
</view>
|
||||||
<u-skeleton :loading="loading" :animation="true" bgColor="#FFF"></u-skeleton>
|
<u-skeleton :loading="loading" :animation="true" bgColor="#FFF"></u-skeleton>
|
||||||
<!-- 加钟-->
|
<!-- 加钟-->
|
||||||
<u-popup v-model="showorder" mode="bottom" :closeable="closeable">
|
<u-popup v-model="showorder" mode="bottom" :closeable="closeable">
|
||||||
|
|
|
@ -339,7 +339,7 @@
|
||||||
}
|
}
|
||||||
/deep/.zp-paging-container-content{
|
/deep/.zp-paging-container-content{
|
||||||
width: 95%;
|
width: 95%;
|
||||||
margin: 0 auto;
|
margin: 50px auto 0px auto;
|
||||||
}
|
}
|
||||||
.fenlei{
|
.fenlei{
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -103,7 +103,7 @@
|
||||||
待评价
|
待评价
|
||||||
</u-button>
|
</u-button>
|
||||||
<u-button :custom-style="customStyle1" shape="circle" class="btns xianshi" :plain="true"
|
<u-button :custom-style="customStyle1" shape="circle" class="btns xianshi" :plain="true"
|
||||||
@click="goNav('/my/order/complain?id='+item.ordersId,item)" >
|
@click="goToushu('/my/order/complain?ordersId='+item.ordersId + '&byUserId=' + item.artificerUserId + '&byuserName=' + item.artificerName)" >
|
||||||
去投诉
|
去投诉
|
||||||
</u-button>
|
</u-button>
|
||||||
<u-button :custom-style="customStyle1" shape="circle" :plain="true"
|
<u-button :custom-style="customStyle1" shape="circle" :plain="true"
|
||||||
|
@ -153,7 +153,7 @@
|
||||||
<view @click="goNav('/my/order/pay?ordersId='+item.ordersId)" class="gengduoBtn">
|
<view @click="goNav('/my/order/pay?ordersId='+item.ordersId)" class="gengduoBtn">
|
||||||
服务升级
|
服务升级
|
||||||
</view>
|
</view>
|
||||||
<view @click="goNav('/my/order/pay?ordersId='+item.ordersId)" class="gengduoBtn">
|
<view @click="goToushu('/my/order/complain?ordersId='+item.ordersId + '&byUserId=' + item.artificerUserId + '&byuserName=' + item.artificerName)" class="gengduoBtn">
|
||||||
去投诉
|
去投诉
|
||||||
</view>
|
</view>
|
||||||
<view @click="goNav('/my/order/pay?ordersId='+item.ordersId)" class="gengduoBtn">
|
<view @click="goNav('/my/order/pay?ordersId='+item.ordersId)" class="gengduoBtn">
|
||||||
|
@ -460,7 +460,11 @@
|
||||||
url:url
|
url:url
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
goToushu(url){//去投诉
|
||||||
|
uni.navigateTo({
|
||||||
|
url:url
|
||||||
|
})
|
||||||
|
},
|
||||||
goNav(url,item,text) {
|
goNav(url,item,text) {
|
||||||
this.$queue.setData('xiangmu',item);
|
this.$queue.setData('xiangmu',item);
|
||||||
if(item.isSupplement=='2'&&item.status==6){//如果有订单有升级 那就去升级订单详情
|
if(item.isSupplement=='2'&&item.status==6){//如果有订单有升级 那就去升级订单详情
|
||||||
|
|
Loading…
Reference in New Issue