搜索完成

This commit is contained in:
2020-08-09 18:29:36 +08:00
parent d00b4a75ac
commit b9b9a8e829
7 changed files with 304 additions and 75 deletions

View File

@@ -442,7 +442,7 @@
},
goSearch() {
this.$u.route("/pageB/search/index", {
type: 1,
type: 2,
});
}
},

View File

@@ -114,7 +114,7 @@
this.$u.route({
url: "pageB/search/index",
params: {
type: 2,
type: 1,
}
})
},