|
@@ -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));
|