diff --git a/.hbuilderx/launch.json b/.hbuilderx/launch.json index 4471ec8..a7cf3e9 100644 --- a/.hbuilderx/launch.json +++ b/.hbuilderx/launch.json @@ -4,26 +4,22 @@ "version" : "0.0", "configurations" : [ { - "app-plus" : - { - "launchtype" : "remote" - }, - "default" : - { - "launchtype" : "remote" - }, - "h5" : - { - "launchtype" : "remote" - }, - "mp-weixin" : - { - "launchtype" : "remote" - }, - "type" : "uniCloud" + "app-plus" : { + "launchtype" : "remote" + }, + "default" : { + "launchtype" : "remote" + }, + "h5" : { + "launchtype" : "remote" + }, + "mp-weixin" : { + "launchtype" : "remote" + }, + "type" : "uniCloud" }, { - "playground" : "standard", + "playground" : "custom", "type" : "uni-app:app-android" }, { diff --git a/user/pages/stored/list.vue b/user/pages/stored/list.vue index 498f1c3..8f3ed4b 100644 --- a/user/pages/stored/list.vue +++ b/user/pages/stored/list.vue @@ -177,6 +177,7 @@ } = await this.$api.mine.payBalanceOrder({ card_id }) + console.log(pay_list,"jjjj") this.$util.hideAll() if (pay_list) { diff --git a/utils/index.js b/utils/index.js index e2899f0..eccc62b 100644 --- a/utils/index.js +++ b/utils/index.js @@ -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) {