Commit e43453e8 authored by zjz1994's avatar zjz1994

代码暂存

parent 5ec54997
......@@ -1472,12 +1472,12 @@ export class NetManager extends ABNetManager {
param: {
activityId: DataManager.ins.customCfgData.actId,
deviceId:deviceId,
city:cityCode
cityCode:cityCode
},
hideMsg: true,
callback: callback
};
this.changeCookieCity("测试写入city");
// this.changeCookieCity("测试写入city");
try{
// console.log("苏宁原生测试",window['baseApi']);
if(window['baseApi']){
......@@ -1501,9 +1501,9 @@ export class NetManager extends ABNetManager {
}
console.log('新增deviceId',deviceId);
//检查修改cookie
this.changeCookieCity(cityCode);
// this.changeCookieCity(cityCode);
net.param.deviceId = deviceId;
net.param.city = cityCode;
net.param.cityCode = cityCode;
this.send(net);
}.bind(this));
}else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment