2 Achegas 7a76ce263c ... 23986236ea

Autor SHA1 Mensaxe Data
  wangjiawen 23986236ea Merge branch 'master' of http://49.4.49.126:3000/Gyee_web/sisMobilePhone %!s(int64=4) %!d(string=hai) anos
  wangjiawen e7e61b988b 地推数据 %!s(int64=4) %!d(string=hai) anos
Modificáronse 1 ficheiros con 7 adicións e 3 borrados
  1. 7 3
      components/drawer/threeLineDrawer.vue

+ 7 - 3
components/drawer/threeLineDrawer.vue

@@ -69,13 +69,17 @@
 				this.drawerIsShow = false;
 
 				//#ifdef H5
-				
-				   this.$root.leftbar();
+				   if(this.drawerList[0].name=='手环管理'){
+					   this.$root.leftbar();
+				   }
+				   
 
 				//#endif
 				
 				//#ifdef APP-PLUS
-				   this.$parent.leftbar();
+				   if(this.drawerList[0].name=='手环管理'){
+				       this.$parent.leftbar();
+				   }
 				//#endif
 
 			},