From b899039b8944d4af874f4761fab0b4ec08628ecf Mon Sep 17 00:00:00 2001 From: linxi Date: Thu, 19 Sep 2024 15:46:32 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=20=E3=80=90=E5=95=86=E5=9F=8E=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E3=80=91=E5=BE=85=E6=94=B6=E8=B4=A7=E3=80=81?= =?UTF-8?q?=E5=BE=85=E8=AF=84=E4=BB=B7=E8=AE=A2=E5=8D=95=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E2=80=94=E7=89=A9=E6=B5=81=E5=8C=BA=E5=9F=9F=EF=BC=8C?= =?UTF-8?q?=E6=B2=A1=E6=9C=89=E6=98=BE=E7=A4=BA=E6=9C=80=E6=96=B0=E4=B8=80?= =?UTF-8?q?=E6=9D=A1=E7=89=A9=E6=B5=81=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order/OrderDetails/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/order/OrderDetails/index.vue b/pages/order/OrderDetails/index.vue index 88d15ff..073552d 100644 --- a/pages/order/OrderDetails/index.vue +++ b/pages/order/OrderDetails/index.vue @@ -39,7 +39,7 @@ - {{ logistics.reason }} + {{ logistics.reason || '暂无轨迹信息'}} @@ -828,7 +828,9 @@ export default { this.system_store = res.data.systemStore || {}; this.mapKey = res.data.mapKay; this.setOfflinePayStatus(this.orderInfo.offlinePayStatus); - this.getExpressInfo() + if(this.orderInfo._status._type == 3 || (this.orderInfo._status._type == 2 && this.orderInfo.isTickets!==1)) { + this.getExpressInfo() + } }) .catch(err => { uni.showToast({