From a02d6cc198414f1e96c9cbc4e8f19819f02f36e5 Mon Sep 17 00:00:00 2001 From: linxi Date: Mon, 3 Mar 2025 13:57:53 +0800 Subject: [PATCH] =?UTF-8?q?Fix:3313=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=E8=AE=A2=E5=8D=95=E8=BF=9B=E5=85=A5?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E6=98=BE=E7=A4=BA=E6=97=A0=E8=BD=A8?= =?UTF-8?q?=E8=BF=B9=E4=BF=A1=E6=81=AF=EF=BC=8C=E7=82=B9=E5=87=BB=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E5=90=8E=E8=BF=94=E5=9B=9E=E6=89=8D=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E8=BD=A8=E8=BF=B9=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 | 1 + 1 file changed, 1 insertion(+) diff --git a/pages/order/OrderDetails/index.vue b/pages/order/OrderDetails/index.vue index cc7b149..ef75817 100644 --- a/pages/order/OrderDetails/index.vue +++ b/pages/order/OrderDetails/index.vue @@ -565,6 +565,7 @@ export default { const {success, data} = res if(success) { this.logistics[i] = data || {} + this.$forceUpdate() } })