1.增加公众号

yj-dev
杨杰 3 years ago
parent 033320222b
commit 49f9bdf456
  1. 4
      pages/tabBar/home/home.vue
  2. 1
      subPages/unionComfirmation/unionComfirmation.vue

@ -230,6 +230,10 @@
fail: res => {}
})
// #endif
if(JSON.stringify(options.id)){
app.globalData.identificationCode = options.id;
return;
}
var arr1mp = decodeURIComponent(options.q);
if (arr1mp) {
var arr2mp = arr1mp.split('=');

@ -239,6 +239,7 @@
"rechargeModel": this.rechargeModel,
"agentKey": this.agentKey,
"objectId": this.objectId,
"identificationCode":app.globalData.identificationCode
}
addOrderPay(params).then(res => {
if (res.return_code == '000000') {

Loading…
Cancel
Save