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

@ -4,26 +4,22 @@
"version" : "0.0",
"configurations" : [
{
"app-plus" :
{
"app-plus" : {
"launchtype" : "remote"
},
"default" :
{
"default" : {
"launchtype" : "remote"
},
"h5" :
{
"h5" : {
"launchtype" : "remote"
},
"mp-weixin" :
{
"mp-weixin" : {
"launchtype" : "remote"
},
"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) {

Loading…
Cancel
Save