From f658302d7198911657812efb72bc460d5508d93f Mon Sep 17 00:00:00 2001 From: linxi Date: Mon, 23 Sep 2024 10:17:02 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E5=BE=85=E6=94=B6=E8=B4=A7?= =?UTF-8?q?=E3=80=81=E5=BE=85=E8=AF=84=E4=BB=B7=E8=AE=A2=E5=8D=95=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E2=80=94=E7=89=A9=E6=B5=81=E5=8C=BA=E5=9F=9F?= =?UTF-8?q?=EF=BC=8C=E6=B2=A1=E6=9C=89=E6=98=BE=E7=A4=BA=E6=9C=80=E6=96=B0?= =?UTF-8?q?=E4=B8=80=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/order/OrderDetails/index.vue b/pages/order/OrderDetails/index.vue index 77d54ae..ae607c2 100644 --- a/pages/order/OrderDetails/index.vue +++ b/pages/order/OrderDetails/index.vue @@ -39,7 +39,7 @@ - {{ logistics.Traces && logistics.Traces.length > 0 ? logistics.Traces[0].acceptStation : '暂无轨迹信息'}} + {{ logistics.Traces && logistics.Traces.length > 0 ? logistics.Traces[logistics.Traces.length - 1].acceptStation : '暂无轨迹信息'}}