申请退款只有发货后才能退货退款
This commit is contained in:
@ -115,7 +115,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="typeBtn">
|
<view class="typeBtn">
|
||||||
<view class="button def" @click="chooseType(0)">仅退款</view>
|
<view class="button def" @click="chooseType(0)">仅退款</view>
|
||||||
<view class="button redBtn" @click="chooseType(1)">退货退款</view>
|
<view class="button redBtn" @click="chooseType(1)" v-if="orderInfo.status > 0">退货退款</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
Reference in New Issue
Block a user