From 56e781eecd08de40385b0568bed527714da01ced Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Thu, 9 Nov 2023 18:31:03 +0800 Subject: [PATCH] =?UTF-8?q?1.=E5=BE=AE=E4=BF=A1=E5=B0=8F=E7=A8=8B=E5=BA=8F?= =?UTF-8?q?=E5=85=BC=E5=AE=B9=E6=80=A7=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/payment/payment.vue | 2 +- pages/buy/buy.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/payment/payment.vue b/components/payment/payment.vue index d50b0457..41b24997 100644 --- a/components/payment/payment.vue +++ b/components/payment/payment.vue @@ -663,7 +663,7 @@ this.setData({ popup_view_pay_html_is_show: false, }); - this.to_fail_page_event(); + this.to_other(); }, }, }; diff --git a/pages/buy/buy.vue b/pages/buy/buy.vue index 797a18a7..182119a8 100644 --- a/pages/buy/buy.vue +++ b/pages/buy/buy.vue @@ -327,7 +327,7 @@ // 支付失败跳转的页面 to_fail_page: '/pages/user-order/user-order', // 现金--跳转指定页面 - to_appoint_page: '', + to_appoint_page: '/pages/user-order/user-order', }; },