diff --git a/pages/order/OrderDetails/index.vue b/pages/order/OrderDetails/index.vue index 3cba9e9..ea32a0e 100644 --- a/pages/order/OrderDetails/index.vue +++ b/pages/order/OrderDetails/index.vue @@ -10,7 +10,7 @@ {{ getStatus(orderInfo) }} {{ orderInfo._status._msg }} - 驳回原因: {{ orderInfo.refundReasonWap }} + 驳回原因: {{ orderInfo.refundReasonWap }} 需支付{{ orderInfo.payPrice }}元, @@ -347,7 +347,7 @@ 联系商家 - 更多 + 更多 延长收货 申请退款 @@ -549,7 +549,7 @@ export default { copyClipboard, handleBody() { this.showMore = false - this.$forceUpdate() + // this.$forceUpdate() }, getExpressInfo() { let params = { @@ -729,12 +729,21 @@ export default { }) }, goGoodsReturn(orderInfo) { - this.$yrouter.push({ - path: "/pages/order/GoodsReturn/index", - query: { - id: orderInfo.orderId - } - }); + if(orderInfo.refundSystemStatus === 0) { + uni.showToast({ + title: '订单已收货,如需退款请联系商家', + mask: false, + icon: 'none', + duration: 3000 + }) + } else { + this.$yrouter.push({ + path: "/pages/order/GoodsReturn/index", + query: { + id: orderInfo.orderId + } + }); + } }, goGroupRule(orderInfo) { this.$yrouter.push({