Fix:【商城小程序】退款/售后订单不要确认收货的按钮
This commit is contained in:
@@ -120,7 +120,7 @@
|
||||
<view class="bnt service" @click="goRoom(order)" v-if="order.merName && order._status._type != 0">联系商家</view>
|
||||
<view class="v12-justify-between">
|
||||
<view class="bnt service" @click="goOrderDetails(order)" v-if="['-1','-2','-3'].includes(order._status._type)">查看详情</view>
|
||||
<view class="bnt v12-primary-text v12-primary-border" @click="takeOrder(order)" v-if="['-2','-3'].includes(order._status._type)">确认收货</view>
|
||||
<!-- <view class="bnt v12-primary-text v12-primary-border" @click="takeOrder(order)" v-if="['-2','-3'].includes(order._status._type)">确认收货</view> -->
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view v-else></view> -->
|
||||
|
||||
Reference in New Issue
Block a user