From 24d9673b14708ea3db69a30d10035bc875c13c04 Mon Sep 17 00:00:00 2001 From: xingyy <64720302+Concur-max@users.noreply.github.com> Date: Wed, 26 Feb 2025 15:18:54 +0800 Subject: [PATCH] 1231 --- app/pages/payment/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/pages/payment/index.vue b/app/pages/payment/index.vue index 6f34474..cbb8c5a 100644 --- a/app/pages/payment/index.vue +++ b/app/pages/payment/index.vue @@ -37,13 +37,13 @@ const confirmPay=async ()=>{ testReturnEndPoint:'/payment/result' }) if (res.status===0){ -/* router.push({ + router.push({ path:'/externallinks', query:{ url:res.data.checkoutSessionUrl } - })*/ - window.location.href=res.data.checkoutSessionUrl + }) +/* window.location.href=res.data.checkoutSessionUrl*/ } }