fix
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user