shish 3 лет назад
Родитель
Сommit
351ff3e218
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      hdApp/src/admin/home/workbench.vue

+ 4 - 4
hdApp/src/admin/home/workbench.vue

@@ -175,9 +175,9 @@ export default {
             if(Number(newVal.onlyCg) == 1){
               this.loginStyle  = 1
               uni.hideTabBar()
+            }else{
+              this.loginStyle  = 2
             }
-          }else{
-            this.loginStyle  = 2
           }
       }
 		}
@@ -193,9 +193,9 @@ export default {
             if(Number(this.loginInfo.onlyCg) == 1){
               this.loginStyle  = 1
               uni.hideTabBar()
+            }else{
+              this.loginStyle  = 2
             }
-          }else{
-            this.loginStyle  = 2
           }
       }