Commit d4e122e2 by zhangzhen

细节调整

parent 16aa59ba
...@@ -1043,7 +1043,7 @@ ...@@ -1043,7 +1043,7 @@
}) })
}, },
onSelectDatePoint(val, i) { onSelectDatePoint(val, i) {
console.log(val, i) if(this.orderType == 2) return;
if (i < 24) { if (i < 24) {
if (val.status == 1) { if (val.status == 1) {
let mTime = moment(val.endHoldTime).format("mm") let mTime = moment(val.endHoldTime).format("mm")
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
<text class="text-title ">{{orderInfo.roomName}}{{orderInfo.roomType?'【'+roomTypeEnum[orderInfo.roomType]+'】':''}}</text> <text class="text-title ">{{orderInfo.roomName}}{{orderInfo.roomType?'【'+roomTypeEnum[orderInfo.roomType]+'】':''}}</text>
</view> </view>
<view class="info"> <view class="info">
<text class="text-title text-bold">下单时间:</text> <text class="text-title text-bold">{{orderInfo.orderType==1?'下单':'续单'}}时间:</text>
<text class="text-title ">{{orderInfo.updateTime || orderInfo.createTime||'-'}}</text> <text class="text-title ">{{orderInfo.updateTime || orderInfo.createTime||'-'}}</text>
</view> </view>
<view class="info"> <view class="info">
...@@ -102,7 +102,7 @@ ...@@ -102,7 +102,7 @@
</view> </view>
</view> </view>
<view v-if="orderInfo.status ===0 && orderInfo.isRefund " class="cancle-btn-box"> <view v-if="orderInfo.status ===0 && orderInfo.isRefund" class="cancle-btn-box">
<button class="cu-btn bg-pink round block lg" @tap="onOrderRefund">立即退单</button> <button class="cu-btn bg-pink round block lg" @tap="onOrderRefund">立即退单</button>
</view> </view>
</view> </view>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment