瀏覽代碼

跨应用进入 先清除数据

xiaohaizhao 2 年之前
父節點
當前提交
d7aae4a893
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      app.js

+ 3 - 0
app.js

@@ -6,6 +6,9 @@ App({
     onLaunch(options) {
         //小程序跳转进入
         if (options.query.userMsg) {
+            wx.removeStorageSync('userMsg')
+            wx.removeStorageSync('auth')
+            wx.removeStorageSync('userauth');
             wx.setStorageSync('userMsg', JSON.parse(options.query.userMsg))
             wx.setStorageSync('auth', JSON.parse(options.query.auth))
             wx.setStorageSync('siteP', JSON.parse(options.query.site));