feat:首页改版

This commit is contained in:
2026-07-09 14:11:16 +08:00
parent b8870a040f
commit 1aeb515cc5
3 changed files with 23 additions and 64 deletions
+2
View File
@@ -216,6 +216,8 @@ export default {
};
if (this.curTab != 0) {
params["categoryId"] = this.tabList[this.curTab].id;
} else {
params["isRecomm"] = true;
}
const resp = await searchList(params);
if (resp && resp.bizcode === 100) {