liudan 1 year ago
parent b2479d4cb5
commit ae152834f0
  1. 32
      .hbuilderx/launch.json
  2. 1
      user/pages/stored/list.vue
  3. 4
      utils/index.js

@ -4,26 +4,22 @@
"version" : "0.0", "version" : "0.0",
"configurations" : [ "configurations" : [
{ {
"app-plus" : "app-plus" : {
{ "launchtype" : "remote"
"launchtype" : "remote" },
}, "default" : {
"default" : "launchtype" : "remote"
{ },
"launchtype" : "remote" "h5" : {
}, "launchtype" : "remote"
"h5" : },
{ "mp-weixin" : {
"launchtype" : "remote" "launchtype" : "remote"
}, },
"mp-weixin" : "type" : "uniCloud"
{
"launchtype" : "remote"
},
"type" : "uniCloud"
}, },
{ {
"playground" : "standard", "playground" : "custom",
"type" : "uni-app:app-android" "type" : "uni-app:app-android"
}, },
{ {

@ -177,6 +177,7 @@
} = await this.$api.mine.payBalanceOrder({ } = await this.$api.mine.payBalanceOrder({
card_id card_id
}) })
console.log(pay_list,"jjjj")
this.$util.hideAll() this.$util.hideAll()
if (pay_list) { if (pay_list) {

@ -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) {

Loading…
Cancel
Save