This commit is contained in:
Mr.jiang 2024-06-29 11:57:19 +08:00
parent 7dea68720c
commit f821efbe3d
3 changed files with 5 additions and 5 deletions

View File

@ -345,13 +345,13 @@
充值 充值
</u-button> </u-button>
<u-button <u-button
v-if="order.oldOrdersId && order.status == 6" v-if="order.status == 6"
shape="circle" :plain="true" shape="circle" :plain="true"
@tap="saveJZ(order.ordersMassageList[0].massageType.massageTypeId)" @tap="saveJZ(order.ordersMassageList[0].massageType.massageTypeId)"
class="btns"> class="btns">
加钟 加钟
</u-button> </u-button>
<u-button v-if="order.oldOrdersId==null && order.status == 6" <u-button v-if="order.addNum==null && order.status == 6"
shape="circle" :plain="true" shape="circle" :plain="true"
@tap="saveJZS(order.artificerId)" @tap="saveJZS(order.artificerId)"
class="btns"> class="btns">

View File

@ -416,7 +416,7 @@
class="btns"> class="btns">
加钟 加钟
</u-button> </u-button>
<u-button v-if="order.oldOrdersId==null && order.status == 6" <u-button v-if="order.addNum==null && order.status == 6"
shape="circle" :plain="true" shape="circle" :plain="true"
@tap="saveJZS(order.artificerId)" @tap="saveJZS(order.artificerId)"
class="btns"> class="btns">

View File

@ -129,14 +129,14 @@
<view style="color: #999;font-size: 26rpx;">结束服务时间</view> <view style="color: #999;font-size: 26rpx;">结束服务时间</view>
<view class="" style="color: #333;font-size: 26rpx;">{{order.endTimes}}</view> <view class="" style="color: #333;font-size: 26rpx;">{{order.endTimes}}</view>
</view> --> </view> -->
<view class="flex justify-between" style="margin-top: 19rpx;"> <!-- <view class="flex justify-between" style="margin-top: 19rpx;">
<view style="color: #999;font-size: 26rpx;">预计开始服务时间</view> <view style="color: #999;font-size: 26rpx;">预计开始服务时间</view>
<view class="" style="color: #333;font-size: 26rpx;">{{order.startTime}}</view> <view class="" style="color: #333;font-size: 26rpx;">{{order.startTime}}</view>
</view> </view>
<view class="flex justify-between" style="margin-top: 19rpx;"> <view class="flex justify-between" style="margin-top: 19rpx;">
<view style="color: #999;font-size: 26rpx;">预计结束服务时间</view> <view style="color: #999;font-size: 26rpx;">预计结束服务时间</view>
<view class="" style="color: #333;font-size: 26rpx;">{{order.endTime}}</view> <view class="" style="color: #333;font-size: 26rpx;">{{order.endTime}}</view>
</view> </view> -->
<view class="flex justify-between bottom-view"> <view class="flex justify-between bottom-view">
<view style="color: #999;font-size: 26rpx;">下单时间</view> <view style="color: #999;font-size: 26rpx;">下单时间</view>
<view class="" style="color: #333;font-size: 26rpx;">{{order.createTime}}</view> <view class="" style="color: #333;font-size: 26rpx;">{{order.createTime}}</view>