2 Commits 7a76ce263c ... 23986236ea

Tác giả SHA1 Thông báo Ngày
  wangjiawen 23986236ea Merge branch 'master' of http://49.4.49.126:3000/Gyee_web/sisMobilePhone 4 năm trước cách đây
  wangjiawen e7e61b988b 地推数据 4 năm trước cách đây
1 tập tin đã thay đổi với 7 bổ sung3 xóa
  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
 
 			},