添加充值页面

This commit is contained in:
wangxiaowei
2025-12-09 23:52:45 +08:00
parent f0d16babf0
commit 5709317af2
7 changed files with 549 additions and 18 deletions

View File

@ -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>