|
@@ -32,7 +32,7 @@
|
|
|
<view style="margin-top:35upx;">
|
|
<view style="margin-top:35upx;">
|
|
|
<button style="width:25vh;" @click="goBack()" class="admin-button-com big default">返回首页</button>
|
|
<button style="width:25vh;" @click="goBack()" class="admin-button-com big default">返回首页</button>
|
|
|
</view>
|
|
</view>
|
|
|
- <view v-if="orderInfo.orderType == 1" style="color:#CCCCCC;margin-top:20upx;">15分钟后,订单自动变成欠款单 <text @click="cancelOrder()" style="color:#666666;margin-left:10upx;text-decoration:underline;">取消订单</text></view>
|
|
|
|
|
|
|
+ <view v-if="orderInfo.orderType == 1" style="color:#CCCCCC;margin-top:20upx;">15分钟后,订单将自动变成欠款单 <text @click="cancelOrder()" style="color:#666666;margin-left:10upx;text-decoration:underline;">取消订单</text></view>
|
|
|
<view v-else style="color:#CCCCCC;margin-top:20upx;">客户下单,15分钟后将自动取消</view>
|
|
<view v-else style="color:#CCCCCC;margin-top:20upx;">客户下单,15分钟后将自动取消</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|