|
|
|
@ -423,8 +423,8 @@ |
|
|
|
payment_method: 'paypal' |
|
|
|
} |
|
|
|
defaultRequest2(data).then(res => { |
|
|
|
////////console.info(data,'支付') |
|
|
|
//////console.log(res) |
|
|
|
console.info(data,'支付') |
|
|
|
console.log(res) |
|
|
|
if (res.error == 0) { |
|
|
|
// plus.runtime.openURL(res.data.prepay_data.checkoutnow_url) |
|
|
|
// this.src = res.data.prepay_data.checkoutnow_url |
|
|
|
@ -441,8 +441,8 @@ |
|
|
|
payment_method: 'oceanpay' |
|
|
|
} |
|
|
|
defaultRequest2(data).then(res => { |
|
|
|
////////console.info(data,'支付') |
|
|
|
//////console.log(res) |
|
|
|
console.info(data,'支付1111') |
|
|
|
console.log(res) |
|
|
|
if (res.error == 0) { |
|
|
|
// plus.runtime.openURL(res.data.prepay_data.checkoutnow_url) |
|
|
|
// this.src = res.data.prepay_data.checkoutnow_url |
|
|
|
|