@@ -12,7 +12,9 @@
this.autoUpdate();
},
onHide: function() {
-
+ if(uni.getStorageSync('channelType')) uni.removeStorageSync('channelType')
+ if(uni.getStorageSync('shareTQId')) uni.removeStorageSync('shareTQId')
+ if(uni.getStorageSync('shareUserId')) uni.removeStorageSync('shareUserId')
methods: {
autoUpdate() {
@@ -142,12 +142,12 @@
console.log(e,'e');
}
+ if(options.shareTQId) uni.setStorageSync('shareTQId',options.shareTQId)
+ if(options.shareUserId) uni.setStorageSync('shareUserId',options.shareUserId)
if(uni.getStorageSync('token')){
// this.getWjList();
// this.getReportList();
if(uni.getStorageSync('newUser')) this.newUserFreeShow = true;
methods:{