|
@@ -182,6 +182,7 @@ export default {
|
|
|
this.isLogin = this.$method.isLogin()
|
|
|
}
|
|
|
if(this.isLogin){
|
|
|
+ this.$store.state.allowLoading = false;
|
|
|
this.$api.getinfoAttached().then(res => {
|
|
|
if(res.data.code ===200){
|
|
|
this.infoNums = res.data.data.informSum
|
|
@@ -189,6 +190,7 @@ export default {
|
|
|
this.$store.commit('tabNum', nums);
|
|
|
}
|
|
|
})
|
|
|
+ this.$store.state.allowLoading = true;
|
|
|
}else{
|
|
|
this.$store.commit('tabNum', 0);
|
|
|
}
|