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