|
@@ -65,11 +65,19 @@
|
|
|
this.leftNavigationtitle = leftNavigationtitle;
|
|
|
},
|
|
|
closeDrawer: function() {
|
|
|
+
|
|
|
this.drawerIsShow = false;
|
|
|
- if(this.$parent!=undefined)
|
|
|
- {
|
|
|
- this.$parent.leftbar();
|
|
|
- }
|
|
|
+
|
|
|
+ //#ifdef H5
|
|
|
+
|
|
|
+ this.$root.leftbar();
|
|
|
+
|
|
|
+ //#endif
|
|
|
+
|
|
|
+ //#ifdef APP-PLUS
|
|
|
+ this.$parent.leftbar();
|
|
|
+ //#endif
|
|
|
+
|
|
|
},
|
|
|
clickChangeColor: function(index) {
|
|
|
this.changeGary = index;
|