Sfoglia il codice sorgente

板块调整,付费调整

qymljy 1 anno fa
parent
commit
a77337b948
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      src/views/homePage/index.vue

+ 2 - 1
src/views/homePage/index.vue

@@ -193,7 +193,8 @@ export default {
     this.flag = JSON.parse(sessionStorage.getItem('flag'))
     this.userids[0] =  this.type[0].userid
     this.getDataOverview()
-    if (this.flag != '1'){
+    console.log(this.flag,'flag')
+    if (this.flag != '1' && this.flag != '2'){
       this.queryAccount()
     }
   },