This commit is contained in:
xingyy 2025-02-26 15:18:54 +08:00
parent 56f5622846
commit 24d9673b14

View File

@ -37,13 +37,13 @@ const confirmPay=async ()=>{
testReturnEndPoint:'/payment/result' testReturnEndPoint:'/payment/result'
}) })
if (res.status===0){ if (res.status===0){
/* router.push({ router.push({
path:'/externallinks', path:'/externallinks',
query:{ query:{
url:res.data.checkoutSessionUrl url:res.data.checkoutSessionUrl
} }
})*/ })
window.location.href=res.data.checkoutSessionUrl /* window.location.href=res.data.checkoutSessionUrl*/
} }
} }