This commit is contained in:
parent
15cb892cb6
commit
3b2f8bea54
|
@ -165,7 +165,7 @@
|
|||
</view>
|
||||
<view class="jusitify-line-end"></view>
|
||||
|
||||
<view class="justify-title-nav jusitify-line">
|
||||
<view class="justify-title-nav">
|
||||
<view class="justify-title">出行费用</view>
|
||||
<view class="justify-title-nav-bor"></view>
|
||||
</view>
|
||||
|
@ -277,9 +277,9 @@
|
|||
<view class="flex justify-between 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>
|
||||
style="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>
|
||||
style="font-weight: bold;">{{order.oldMassageMoney}}</text></view>
|
||||
|
||||
</view>
|
||||
<view class="flex justify-between jusitify-line">
|
||||
|
@ -290,7 +290,7 @@
|
|||
<view class="flex justify-between 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>
|
||||
|
@ -299,17 +299,17 @@
|
|||
<view class="flex justify-between jusitify-line" v-if="order.addMoney">
|
||||
<view class="line-word">加钟费用:</view>
|
||||
<view class="" style="color: #333;" >
|
||||
<text style="font-size: 26rpx;font-weight: bold;" v-if="order.addMoney">
|
||||
<text style="font-size: 30rpx;font-weight: bold;" v-if="order.addMoney">
|
||||
¥{{order.addMoney}}
|
||||
</text>
|
||||
<text style="font-size: 26rpx;font-weight: bold;" v-else>-</text>
|
||||
<text style="font-size: 30rpx;font-weight: bold;" v-else>-</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex justify-between jusitify-line">
|
||||
<view class="line-word">升级费用:</view>
|
||||
<view class="" style="color: #333;">
|
||||
<text style="font-size: 26rpx;font-weight: bold;" v-if="order.payMoney">¥{{order.payMoney}}</text>
|
||||
<text style="font-size: 26rpx;font-weight: bold;" v-else>-</text>
|
||||
<text style="font-size: 30rpx;font-weight: bold;" v-if="order.payMoney">¥{{order.payMoney}}</text>
|
||||
<text style="font-size: 30rpx;font-weight: bold;" v-else>-</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex justify-between jusitify-line" style="justify-content: flex-end;">
|
||||
|
@ -502,10 +502,8 @@
|
|||
</view>
|
||||
<view class="flex justify-between 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="flex justify-between jusitify-line">
|
||||
|
@ -516,7 +514,7 @@
|
|||
<view class="flex justify-between 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>
|
||||
|
@ -524,18 +522,18 @@
|
|||
</view>
|
||||
<view class="flex justify-between jusitify-line" v-if="order.addMoney">
|
||||
<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 v-else>-</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex justify-between jusitify-line">
|
||||
<view class="line-word">升级费用:</view>
|
||||
<view class="" style="color: #333;">
|
||||
<text style="font-size: 26rpx;font-weight: bold;" v-if="order.payMoney">¥{{order.payMoney}}</text>
|
||||
<text style="font-size: 26rpx;font-weight: bold;" v-else>-</text>
|
||||
<view class="line-word-r" style="color: #333;">
|
||||
<text v-if="order.payMoney">¥{{order.payMoney}}</text>
|
||||
<text v-else>-</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex justify-between jusitify-line" style="justify-content: flex-end;">
|
||||
|
@ -554,7 +552,7 @@
|
|||
|
||||
</view>
|
||||
|
||||
<view style="position: relative;" 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" v-if="order.status=='6'">
|
||||
<view class="showBtn">
|
||||
<view class="gengduo" @click.stop="gengBtn">更多</view>
|
||||
|
@ -2317,8 +2315,9 @@
|
|||
flex-direction: column;
|
||||
}
|
||||
/deep/.btns{
|
||||
background: #019C88 !important;
|
||||
color: #fff !important;
|
||||
border: 1rpx solid #e5e5e5 ;
|
||||
color: #333333 !important;
|
||||
margin-left: 10rpx !important;
|
||||
}
|
||||
/deep/.u-size-default{
|
||||
margin: 5px 0px 0px 0px;
|
||||
|
@ -2355,7 +2354,9 @@
|
|||
|
||||
|
||||
.dingshi{
|
||||
background: linear-gradient(90deg, #019C88, #28BA92, #35C495);
|
||||
border: 0.5px solid #e5e5e5;
|
||||
color: #333333 !important;
|
||||
margin-left: 5px !important;
|
||||
}
|
||||
.zhuangtai{
|
||||
color: #029D88;
|
||||
|
@ -2441,6 +2442,7 @@
|
|||
.list-pay{
|
||||
width: 100%;
|
||||
padding: 10rpx 29rpx;
|
||||
margin-bottom: 40rpx;
|
||||
}
|
||||
.pay-ding-top{
|
||||
width: 100%;
|
||||
|
@ -2653,6 +2655,7 @@
|
|||
justify-content: center;
|
||||
height: 127rpx;
|
||||
padding: 0 30rpx;
|
||||
border-top: 1px solid #f5f5f5;
|
||||
}
|
||||
|
||||
.box {
|
||||
|
|
Loading…
Reference in New Issue