|
|
@ -113,8 +113,7 @@ |
|
|
|
<view class="om-btns" v-if="orderInfo.type == 'fixed_venue'"> |
|
|
|
<!-- 测试:固定场地没有详情 --> |
|
|
|
<view class="ob-view" v-if="orderInfo.pay_status != 0" @click="toOrderInfo">订单详情</view> |
|
|
|
<!-- 20220309 测试&PM: 直接不要取消订场是吧 --> |
|
|
|
<!-- <view class="ob-view red" @click="fixedCancelOccupy" v-if="orderInfo.pay_status!=2&&orderInfo.overdue != true">取消订场</view> --> |
|
|
|
<view class="ob-view red" @click="fixedCancelOccupy" v-if="orderInfo.pay_status==0&&orderInfo.overdue != true">取消订场</view> |
|
|
|
<!-- <view class="ob-view red">退款</view> --> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|