This reverts commit f552c2cb3d.
f552c2cb3d
@ -45,10 +45,6 @@
this.getAccessToken();//获取openID
} else {
uni.setStorageSync("accountId","");
uni.setStorageSync("urlKey","");
uni.setStorageSync("urlCode","");
if(locationPathArr[1]){
let accountId = locationPathArr[1].split("&")[0];
app.globalData.accountId=accountId;