feat:首页改版
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user