|
@@ -193,7 +193,7 @@ export default {
|
|
uni.removeStorageSync('updateHome'); //消费首页刷新事件
|
|
uni.removeStorageSync('updateHome'); //消费首页刷新事件
|
|
}
|
|
}
|
|
|
|
|
|
- if(this.isLogin){
|
|
|
|
|
|
+ if(this.$method.isLogin()){
|
|
this.$store.state.allowLoading = false;
|
|
this.$store.state.allowLoading = false;
|
|
this.$api.getinfoAttached().then(res => {
|
|
this.$api.getinfoAttached().then(res => {
|
|
if(res.data.code ===200){
|
|
if(res.data.code ===200){
|