This commit is contained in:
parent
3b2f8bea54
commit
8ece548b05
|
@ -150,11 +150,11 @@
|
|||
<view class="line-word-r">{{order.vipRate}}%</view>
|
||||
</view>
|
||||
<view class="flex justify-between jusitify-line">
|
||||
<view style="color: #999;font-size: 26rpx;">技师加成</view>
|
||||
<view class="line-word">技师加成</view>
|
||||
<view class="line-word-r">{{order.technicianRate}}%</view>
|
||||
</view>
|
||||
<view class="jusitify-line">
|
||||
<view style="color: #333;font-size: 26rpx;">
|
||||
<view class="line-word">
|
||||
小计:
|
||||
</view>
|
||||
<view class="" style="color: #333;">
|
||||
|
@ -225,11 +225,11 @@
|
|||
<view class="line-word-r">{{order.vipRate}}%</view>
|
||||
</view>
|
||||
<view class="flex justify-between jusitify-line">
|
||||
<view style="color: #999;font-size: 26rpx;">技师加成</view>
|
||||
<view class="line-word">技师加成</view>
|
||||
<view class="line-word-r">{{order.technicianRate}}%</view>
|
||||
</view>
|
||||
<view class="jusitify-line">
|
||||
<view style="color: #333;font-size: 26rpx;">小计:</view>
|
||||
<view class="line-word">小计:</view>
|
||||
<view class="" style="color: #333;">¥<text
|
||||
style="font-size: 35rpx;font-weight: bold;">{{order.addMoney}}</text></view>
|
||||
</view>
|
||||
|
@ -243,10 +243,8 @@
|
|||
</view>
|
||||
<view class="jusitify-line">
|
||||
<view class="line-word">订单费用:</view>
|
||||
<view class="line-word-r" v-if="order.oldMassageMoney==null">¥<text
|
||||
style="font-size: 26rpx;font-weight: bold;">{{order.massageMoney}}</text></view>
|
||||
<view class="line-word-r" v-else>¥<text
|
||||
style="font-size: 26rpx;font-weight: bold;">{{order.oldMassageMoney}}</text></view>
|
||||
<view class="line-word-r" v-if="order.oldMassageMoney==null">¥<text>{{order.massageMoney}}</text></view>
|
||||
<view class="line-word-r" v-else>¥<text>{{order.oldMassageMoney}}</text></view>
|
||||
</view>
|
||||
<view class="jusitify-line">
|
||||
<view class="line-word">出行费用:</view>
|
||||
|
@ -256,7 +254,7 @@
|
|||
<view class="jusitify-line">
|
||||
<view class="line-word">优惠券:</view>
|
||||
<view class="" style="color: #F93731;" v-if="order.couponMoney">
|
||||
-¥<text style="font-size: 26rpx;font-weight: bold;">
|
||||
-¥<text style="font-size: 30rpx;font-weight: bold;">
|
||||
{{order.couponMoney}}
|
||||
</text>
|
||||
</view>
|
||||
|
@ -264,16 +262,16 @@
|
|||
</view>
|
||||
<view class="jusitify-line">
|
||||
<view class="line-word">加钟费用:</view>
|
||||
<view class="" style="color: #333;" >
|
||||
<text style="font-size: 26rpx;font-weight: bold;" v-if="order.addMoney">
|
||||
<view class="line-word-r" >
|
||||
<text v-if="order.addMoney">
|
||||
¥{{order.addMoney}}
|
||||
</text>
|
||||
<text style="font-size: 26rpx;font-weight: bold;" v-else>-</text>
|
||||
<text class="line-word-r" v-else>-</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="flex align-center margin-top-lg" style="justify-content: flex-end;">
|
||||
<view style="color: #333;font-size: 26rpx;">合计:</view>
|
||||
<view class="line-word">合计:</view>
|
||||
<view class="line-word-r">¥
|
||||
<text style="font-size: 35rpx;font-weight: bold;">
|
||||
{{order.payMoneyTotal}}
|
||||
|
@ -292,7 +290,7 @@
|
|||
<view class="jusitify-line">
|
||||
<view class="line-word">订单编号</view>
|
||||
<view class="flex align-center" @tap="copy(order.ordersNo)"
|
||||
style="color: #333;font-size: 26rpx;">
|
||||
style="color: #333;font-size: 30rpx;">
|
||||
<view class="">{{order.ordersNo}}</view>
|
||||
<u-icon name="file-text" style="color: #096f4b;margin-left: 10rpx;"></u-icon>
|
||||
</view>
|
||||
|
@ -339,7 +337,7 @@
|
|||
<view class="line-word-r">{{order.technicianRate}}%</view>
|
||||
</view> -->
|
||||
<view class="jusitify-line">
|
||||
<view style="color: #333;font-size: 26rpx;">
|
||||
<view class="line-word">
|
||||
小计:
|
||||
</view>
|
||||
<view class="" style="color: #333;">
|
||||
|
@ -410,11 +408,11 @@
|
|||
<view class="line-word-r">{{order.vipRate}}%</view>
|
||||
</view>
|
||||
<view class="flex justify-between jusitify-line">
|
||||
<view style="color: #999;font-size: 26rpx;">技师加成</view>
|
||||
<view style="color: #999;font-size: 30rpx;">技师加成</view>
|
||||
<view class="line-word-r">{{order.technicianRate}}%</view>
|
||||
</view>
|
||||
<view class="jusitify-line">
|
||||
<view style="color: #333;font-size: 26rpx;">小计:</view>
|
||||
<view class="line-word">小计:</view>
|
||||
<view class="" style="color: #333;">¥<text
|
||||
style="font-size: 35rpx;font-weight: bold;">{{order.addMoney}}</text></view>
|
||||
</view>
|
||||
|
@ -428,20 +426,18 @@
|
|||
</view>
|
||||
<view class="jusitify-line">
|
||||
<view class="line-word">订单费用:</view>
|
||||
<view class="line-word-r" v-if="order.oldMassageMoney==null">¥<text
|
||||
style="font-size: 26rpx;font-weight: bold;">{{order.massageMoney}}</text></view>
|
||||
<view class="line-word-r" v-else>¥<text
|
||||
style="font-size: 26rpx;font-weight: bold;">{{order.oldMassageMoney}}</text></view>
|
||||
<view class="line-word-r" v-if="order.oldMassageMoney==null">¥<text>{{order.massageMoney}}</text></view>
|
||||
<view class="line-word-r" v-else>¥<text>{{order.oldMassageMoney}}</text></view>
|
||||
</view>
|
||||
<view class="jusitify-line">
|
||||
<view class="line-word">出行费用:</view>
|
||||
<view class="line-word-r" v-if="order.taxiMoney">¥<text>{{order.taxiMoney}}</text></view>
|
||||
<view class="line-word-r" v-else>-</view>
|
||||
<view class="line-word-r" v-if="order.taxiMoney">¥<text>{{order.taxiMoney}}</text></view>
|
||||
<view class="line-word-r" v-else>-</view>
|
||||
</view>
|
||||
<view class="jusitify-line">
|
||||
<view class="line-word">优惠券:</view>
|
||||
<view class="" style="color: #F93731;" v-if="order.couponMoney">
|
||||
-¥<text style="font-size: 26rpx;font-weight: bold;">
|
||||
-¥<text >
|
||||
{{order.couponMoney}}
|
||||
</text>
|
||||
</view>
|
||||
|
@ -449,16 +445,16 @@
|
|||
</view>
|
||||
<view class="jusitify-line">
|
||||
<view class="line-word">加钟费用:</view>
|
||||
<view class="" style="color: #333;" >
|
||||
<text style="font-size: 26rpx;font-weight: bold;" v-if="order.addMoney">
|
||||
<view class="line-word-r" >
|
||||
<text v-if="order.addMoney">
|
||||
¥{{order.addMoney}}
|
||||
</text>
|
||||
<text style="font-size: 26rpx;font-weight: bold;" v-else>-</text>
|
||||
<text class="line-word-r" v-else>-</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view class="flex align-center margin-top-lg" style="justify-content: flex-end;">
|
||||
<view style="color: #333;font-size: 26rpx;">合计:</view>
|
||||
<view class="line-word">合计:</view>
|
||||
<view class="line-word-r">¥
|
||||
<text style="font-size: 35rpx;font-weight: bold;">
|
||||
{{order.payMoneyTotal}}
|
||||
|
@ -528,12 +524,12 @@
|
|||
<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">
|
||||
class="btns">
|
||||
去投诉
|
||||
</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">
|
||||
class="btns">
|
||||
去评价
|
||||
</u-button>
|
||||
<u-button shape="circle" :plain="true" @click="goChat"
|
||||
|
@ -2171,7 +2167,7 @@
|
|||
}
|
||||
.list-pay{
|
||||
width: 100%;
|
||||
padding: 0 29rpx 20rpx 29rpx ;
|
||||
padding: 0 32rpx 20rpx 32rpx ;
|
||||
}
|
||||
.pay-ding-top{
|
||||
width: 100%;
|
||||
|
|
Loading…
Reference in New Issue