specil 8.9

This commit is contained in:
2020-08-09 14:23:59 +08:00
parent 228e34d8fc
commit 9631e9f827
8 changed files with 59 additions and 33 deletions

View File

@@ -50,15 +50,18 @@
this.getMenuItemTop()
},
onNavigationBarButtonTap(e) {
if(e.index == 0) this.$u.route('/pageB/search/index');
if(e.index == 0) this.$u.route('/pageB/search/index',{ type: 2 });
},
onNavigationBarSearchInputClicked() {
this.$u.route('/pageB/search/index');
this.$u.route('/pageB/search/index', { type: 2 });
},
methods: {
toSearchPage() {
this.$u.route({
url: "pageB/search/index"
url: "pageB/search/index",
prarms: {
type: 2
}
})
},
// 获取分类列表