Fix:5130 【商城小程序】修改地址审核中/驳回状态下申请退款,订单页仍显示相应提示信息,状态展示异常
This commit is contained in:
@@ -66,7 +66,7 @@
|
||||
</template>
|
||||
|
||||
<view
|
||||
v-if="Number(orderInfo.isAddressUpdate) === 1 && [0, 2].includes(Number(orderInfo.addressUpdateStatus))"
|
||||
v-if="!isrefund && Number(orderInfo.isAddressUpdate) === 1 && [0, 2].includes(Number(orderInfo.addressUpdateStatus))"
|
||||
class="v12-mt-3"
|
||||
>
|
||||
<view
|
||||
@@ -635,6 +635,10 @@ export default {
|
||||
};
|
||||
},
|
||||
computed: {
|
||||
isrefund() {
|
||||
const status = Number(this.orderInfo._status._type)
|
||||
return status< 0
|
||||
},
|
||||
refundOrder() {
|
||||
return this.orderInfo.refund_status > 0;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user