diff --git a/app/pages/collectCode/signature/panel/index.vue b/app/pages/collectCode/signature/panel/index.vue index 35f174d..5795741 100644 --- a/app/pages/collectCode/signature/panel/index.vue +++ b/app/pages/collectCode/signature/panel/index.vue @@ -1,11 +1,9 @@ diff --git a/app/pages/payment/index.vue b/app/pages/payment/index.vue index 0ecb3d4..51553ff 100644 --- a/app/pages/payment/index.vue +++ b/app/pages/payment/index.vue @@ -30,6 +30,7 @@ const confirmPay=async ()=>{ message: t('payment.loading'), forbidClick: true, }); + const res=await createBuyOrder({ buyUid:payment.value.buyUid, price:payStatus.value===0?payment.value.leftPrice:amount.value, @@ -38,12 +39,6 @@ const confirmPay=async ()=>{ testReturnEndPoint:'/payment/result' }) if (res.status===0){ -/* router.push({ - path:'/externallinks', - query:{ - url:res.data.checkoutSessionUrl - } - })*/ window.location.href=res.data.checkoutSessionUrl } } diff --git a/app/pages/signature/panel/index.vue b/app/pages/signature/panel/index.vue index bab8907..3e05c75 100644 --- a/app/pages/signature/panel/index.vue +++ b/app/pages/signature/panel/index.vue @@ -1,5 +1,5 @@