添加充值页面
This commit is contained in:
@ -194,6 +194,11 @@
|
||||
</view>
|
||||
</templte>
|
||||
|
||||
<!-- 进行中 -->
|
||||
<templte class="ww100" v-if="detail.order_status == 2">
|
||||
<view class="ww100 again-btn" @click="contactStore">联系商家</view>
|
||||
</templte>
|
||||
|
||||
<!-- 订单取消、退款成功 -->
|
||||
<templte class="ww100" v-if="detail.order_status == 3 || detail.order_status == 4">
|
||||
<view class="ww100 again-btn" @click="againReserve">再次预定</view>
|
||||
|
||||
Reference in New Issue
Block a user