diff --git a/pages/tabBar/home/home.vue b/pages/tabBar/home/home.vue index 61549d5..22a49fd 100644 --- a/pages/tabBar/home/home.vue +++ b/pages/tabBar/home/home.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('='); diff --git a/subPages/unionComfirmation/unionComfirmation.vue b/subPages/unionComfirmation/unionComfirmation.vue index 09dd7af..0c6116f 100644 --- a/subPages/unionComfirmation/unionComfirmation.vue +++ b/subPages/unionComfirmation/unionComfirmation.vue @@ -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') {