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