From 539114816b661f82863a8bed66b0922db10ed535 Mon Sep 17 00:00:00 2001 From: wangxiaowei <1121133807@qq.com> Date: Tue, 6 Jan 2026 18:09:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=8A=96=E9=9F=B3=E5=85=91?= =?UTF-8?q?=E6=8D=A2=E5=AE=8C=E6=88=90=E4=B9=8B=E5=90=8E=E8=B7=B3=E8=BD=AC?= =?UTF-8?q?=E7=9A=84=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bundle/order/douyin/excharge.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bundle/order/douyin/excharge.vue b/src/bundle/order/douyin/excharge.vue index 110ff9e..1b928c9 100644 --- a/src/bundle/order/douyin/excharge.vue +++ b/src/bundle/order/douyin/excharge.vue @@ -162,7 +162,7 @@ }).then((res) => { // 点击确认按钮回调事件 if (res.action === 'confirm') { - router.redirectTo(`/bundle/order/douyin/order-list`) + router.navigateBack() } }).catch(() => { // 点击取消按钮回调事件