@ -4,26 +4,22 @@
"version" : "0.0",
"configurations" : [
{
"app-plus" :
"app-plus" : {
"launchtype" : "remote"
},
"default" :
"default" : {
"h5" :
"h5" : {
"mp-weixin" :
"mp-weixin" : {
"type" : "uniCloud"
"playground" : "standard",
"playground" : "custom",
"type" : "uni-app:app-android"
@ -177,6 +177,7 @@
} = await this.$api.mine.payBalanceOrder({
card_id
})
console.log(pay_list,"jjjj")
this.$util.hideAll()
if (pay_list) {
@ -463,12 +463,12 @@ export default {
timestamp: pay_list.timestamp,
sign: pay_list.paySign
}
console.log(info,"88888")
let [err, res] = await uni.requestPayment({
"provider": "wxpay",
"orderInfo": JSON.stringify(info)
});
console.log(err,res)
console.log(err,"9999")
// #endif
// #ifndef H5
if (err) {