|
|
@ -463,12 +463,12 @@ export default { |
|
|
|
timestamp: pay_list.timestamp, |
|
|
|
timestamp: pay_list.timestamp, |
|
|
|
sign: pay_list.paySign |
|
|
|
sign: pay_list.paySign |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
console.log(info,"88888") |
|
|
|
let [err, res] = await uni.requestPayment({ |
|
|
|
let [err, res] = await uni.requestPayment({ |
|
|
|
"provider": "wxpay", |
|
|
|
"provider": "wxpay", |
|
|
|
"orderInfo": JSON.stringify(info) |
|
|
|
"orderInfo": JSON.stringify(info) |
|
|
|
}); |
|
|
|
}); |
|
|
|
console.log(err,res) |
|
|
|
console.log(err,"9999") |
|
|
|
// #endif
|
|
|
|
// #endif
|
|
|
|
// #ifndef H5
|
|
|
|
// #ifndef H5
|
|
|
|
if (err) { |
|
|
|
if (err) { |
|
|
|