Revert "修改网页授权后通过指定链接跳转时,页面缓存问题."

This reverts commit f552c2cb3d.
huipay-h5
游梦婷 12 months ago
parent 39deace8a1
commit 044208354a
  1. 4
      pages/welcome/welcome.vue

@ -45,10 +45,6 @@
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;

Loading…
Cancel
Save