|
@@ -124,6 +124,11 @@
|
|
|
url: item.remark1
|
|
|
});
|
|
|
}
|
|
|
+ /* if(item.remark1 == '/components/mine/Mine'){
|
|
|
+ uni.switchTab({
|
|
|
+ url: '/pages/mine/Mine'
|
|
|
+ });
|
|
|
+ } */
|
|
|
if(item.remark1 == '/pages/index/Index'){
|
|
|
uni.switchTab({
|
|
|
url: item.remark1
|
|
@@ -147,6 +152,10 @@
|
|
|
this.$parent.$root.pageDisplay = 1;
|
|
|
}
|
|
|
|
|
|
+ else if(item.remark1 == '/components/mine/Mine'){
|
|
|
+ this.$parent.$root.pageDisplay = 1;
|
|
|
+ }
|
|
|
+
|
|
|
else if(item.remark1 == '/components/mine/addressBook/addressBook'){
|
|
|
this.$parent.$root.pageDisplay = 2;
|
|
|
}
|