Browse Source

vtest 1.1.19

organize
刘嘉炜 3 years ago
parent
commit
e80e6d6d68
  1. 2
      src/components/site/order_modal/order_modal.vue

2
src/components/site/order_modal/order_modal.vue

@ -96,7 +96,7 @@
<!-- 管理员占用 --> <!-- 管理员占用 -->
<view class="om-btns" v-if="orderInfo.type == 'take_up_venue'&&orderInfo.overdue != true"> <view class="om-btns" v-if="orderInfo.type == 'take_up_venue'&&orderInfo.overdue != true">
<block v-if="orderInfo.pay_status == 0 || orderInfo.pay_status == 1"> <block v-if="orderInfo.pay_status == 0 || orderInfo.pay_status == 1">
<view class="ob-view" @click="toShare">分享给朋友</view>
<view class="ob-view" @click="toShare" v-if="orderInfo.is_take_up_can_share">分享给朋友</view>
<view class="ob-view red" @click="cancelOccupy">取消占用</view> <view class="ob-view red" @click="cancelOccupy">取消占用</view>
</block> </block>
</view> </view>

Loading…
Cancel
Save