@@ -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();
+ this.$parent.leftbar();
},