Przeglądaj źródła

tab parkingLists

gcz 4 lat temu
rodzic
commit
99c6ddd8a7
2 zmienionych plików z 6 dodań i 0 usunięć
  1. 5 0
      pages.json
  2. 1 0
      pages/index/index.vue

+ 5 - 0
pages.json

@@ -74,6 +74,11 @@
 	        "iconPath": "static/index.png",
 	        "selectedIconPath": "static/index-selected.png",
 	        "text": "首页"
+	    }, {
+	        "pagePath": "pages/parkingLists/parkingLists",
+	        "iconPath": "static/car_h.png",
+	        "selectedIconPath": "static/car.png",
+	        "text": "首页"
 	    }, {
 	        "pagePath": "pages/center/index",
 	        "iconPath": "static/center.png",

+ 1 - 0
pages/index/index.vue

@@ -168,6 +168,7 @@
 				console.log('this.keyword',this.keyword);
 				this.$u.route({
 					url:'pages/parkingLists/parkingLists',
+					type:'tab',
 					params: {
 						keyword: this.keyword
 					}