Fix:5127 【商城小程序】地址审核中和驳回状态的订单显示问题
This commit is contained in:
@@ -465,7 +465,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view
|
||||
v-if="parseInt(order._status._type) === 1 && order.isFastPost !== 0"
|
||||
v-if="parseInt(order._status._type) === 1 && order.isFastPost !== 0 && Number(order.isAddressUpdate || 0) === 0"
|
||||
class="v12-px-3 v12-pb-4"
|
||||
>
|
||||
<view
|
||||
|
||||
Reference in New Issue
Block a user