From 601d2242b7e332b39da71b369e84f81fe1f34d46 Mon Sep 17 00:00:00 2001 From: LinCyJang Date: Thu, 26 Mar 2026 21:56:56 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A5002=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=E7=82=B9=E5=87=BB=E2=80=9C?= =?UTF-8?q?=E5=85=88=E5=8E=BB=E4=BD=93=E9=AA=8C=E2=80=9D/=E2=80=9C?= =?UTF-8?q?=E7=A1=AE=E8=AE=A4=E2=80=9D=E6=8C=89=E9=92=AE=E5=BA=94=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E5=88=B0=E6=97=85=E5=B1=85=E8=AE=A2=E5=8D=95=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg_product/views/experienceCoupon.vue | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/pkg_product/views/experienceCoupon.vue b/pkg_product/views/experienceCoupon.vue index a883f2c..dafbbb8 100644 --- a/pkg_product/views/experienceCoupon.vue +++ b/pkg_product/views/experienceCoupon.vue @@ -258,14 +258,9 @@ export default { icon: 'success' }) setTimeout(() => { - const orderId = res.data && res.data.orderId ? res.data.orderId : (res.orderId || '') - if (orderId) { - uni.navigateTo({ - url: `/pkg_product/views/experienceCouponOrderDetail?orderId=${orderId}` - }) - } else { - this.initPage() - } + uni.navigateTo({ + url: '/pages/order/MyOrder/index?type=3&tabIndex=1' + }) }, 1500) } else { uni.showToast({