From f9ebae5cfe0b06f5bc2bd335c9a2147c74602ccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=8B=E4=BA=8E=E5=88=9D=E8=A7=81?= <752204717@qq.com> Date: Wed, 5 Mar 2025 14:12:15 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pendingPayment/OrderConfirmation.vue | 4 ++-- .../page/components/pendingPayment/success.vue | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/components/page/components/pendingPayment/OrderConfirmation.vue b/src/components/page/components/pendingPayment/OrderConfirmation.vue index 082d2e4..e7f5a90 100644 --- a/src/components/page/components/pendingPayment/OrderConfirmation.vue +++ b/src/components/page/components/pendingPayment/OrderConfirmation.vue @@ -240,8 +240,8 @@ export default { .then((res) => { console.log('res at line 222:', res); if (res.code == 0) { - this.$router.push(res.data.paystation.payment_url) - // window.location.href = res.data.paystation.payment_url; + + window.location.href = res.data.detail.paystation_url; loading.close(); } else { this.$message.error(res.data.msg); diff --git a/src/components/page/components/pendingPayment/success.vue b/src/components/page/components/pendingPayment/success.vue index 78e7216..d98bef2 100644 --- a/src/components/page/components/pendingPayment/success.vue +++ b/src/components/page/components/pendingPayment/success.vue @@ -1,5 +1,5 @@