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