2 Commits 7a76ce263c ... 23986236ea

Author SHA1 Message Date
  wangjiawen 23986236ea Merge branch 'master' of http://49.4.49.126:3000/Gyee_web/sisMobilePhone 4 years ago
  wangjiawen e7e61b988b 地推数据 4 years ago
1 changed files with 7 additions and 3 deletions
  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
 
 			},