|
@@ -66,7 +66,16 @@
|
|
|
},
|
|
|
closeDrawer: function() {
|
|
|
this.drawerIsShow = false;
|
|
|
- this.$parent.leftbar();
|
|
|
+ this.drawerIsShow = false;
|
|
|
+ debugger;
|
|
|
+ //#ifdef H5
|
|
|
+ this.$root.leftbar();
|
|
|
+ //#endif
|
|
|
+
|
|
|
+ //#ifdef APP-PLUS
|
|
|
+ this.$parent.leftbar();
|
|
|
+ //#endif
|
|
|
+
|
|
|
},
|
|
|
clickChangeColor: function(index) {
|
|
|
this.changeGary = index;
|