From 4412103c8a4e9977b709d6eaa370f40cacb078af Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Wed, 14 Jan 2026 22:18:48 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A4808=20=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=9B=A2=E8=B4=AD=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E8=AF=84=E4=BB=B7=E5=AE=8C=E6=88=90=E5=90=8E=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E6=9C=AA=E5=88=B7=E6=96=B0=EF=BC=8C=E8=AF=84?= =?UTF-8?q?=E4=BB=B7=E5=AE=8C=E6=88=90=E5=90=8E=EF=BC=8C=E8=AF=84=E4=BB=B7?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E9=9C=80=E8=A6=81=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/sojoumOrderDetails.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkg_product/views/sojoumOrderDetails.vue b/pkg_product/views/sojoumOrderDetails.vue index ad8f209..f84a508 100644 --- a/pkg_product/views/sojoumOrderDetails.vue +++ b/pkg_product/views/sojoumOrderDetails.vue @@ -3,7 +3,7 @@ - {{orderInfo._status._title}} + {{orderInfo._status._title || ''}} @@ -231,6 +231,9 @@ export default { this.isView = otps.isView || 0; this.getSojoumOrderDetail(); }, + onShow() { + this.getSojoumOrderDetail(); + }, methods: { handleDateRangeChange(dates) { // if (dates && dates.length === 2) {