修改订单操作

This commit is contained in:
TOP糯米 2023-03-30 16:01:29 +08:00
parent 90975012f3
commit 043500bc7d
1 changed files with 4 additions and 1 deletions

View File

@ -54,8 +54,11 @@
</view>
</block>
<block v-if="order.state == 7">
<view class="btn" @click.stop="cancelRefund">
<!-- <view class="btn" @click.stop="cancelRefund">
<text>取消申请</text>
</view> -->
<view class="btn normal">
<text>请等待审核</text>
</view>
</block>
<block v-if="order.state == 8">