|
@@ -59,32 +59,6 @@
|
|
|
methods: {
|
|
|
openDrawer: function(width, drawerList, inconList,leftNavigationtitle) {
|
|
|
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
-
|
|
|
this.drawerIsShow = true;
|
|
|
this.drawerList = drawerList;
|
|
|
this.width = width;
|
|
@@ -117,7 +91,7 @@
|
|
|
},
|
|
|
goToIndex:function(item){
|
|
|
console.log(item.remark1);
|
|
|
- console.log("---");
|
|
|
+
|
|
|
this.$parent.$root.toggleid = item.id;
|
|
|
if(item.remark1 == '/pages/mine/Mine'){
|
|
|
uni.switchTab({
|
|
@@ -126,7 +100,7 @@
|
|
|
}
|
|
|
/* if(item.remark1 == '/components/mine/Mine'){
|
|
|
uni.switchTab({
|
|
|
- url: '/pages/mine/Mine'
|
|
|
+ url: item.remark1
|
|
|
});
|
|
|
} */
|
|
|
if(item.remark1 == '/pages/index/Index'){
|