瀏覽代碼

板块调整,付费调整

qymljy 1 年之前
父節點
當前提交
a77337b948
共有 1 個文件被更改,包括 2 次插入1 次删除
  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()
     }
   },