wangjiawen 4 år sedan
förälder
incheckning
e7e61b988b
1 ändrade filer med 7 tillägg och 3 borttagningar
  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
 
 			},