This commit is contained in:
X1627315083
2024-07-10 09:49:16 +08:00
parent 038275b454
commit 938a30cd72
4 changed files with 2 additions and 3 deletions

View File

@@ -242,7 +242,7 @@ export default defineComponent({
if(this.modeOfPayment == 'paypal'){
httpsUrl = Https.httpUrls.payPaypal+`/${this.price.num}?returnUrl=${url}`
}else{
httpsUrl = Https.httpUrls.payAlipayHK+`?amount=${this.price.num}&wallet=${this.modeOfPaymentDetail}`
httpsUrl = Https.httpUrls.payAlipayHK+`/${this.modeOfPaymentDetail}/${this.price.num}`
}
Https.axiosPost(httpsUrl).then(
(rv: any) => {