1.更改文字错误;2.修复首页“标签图书”刷新异常

This commit is contained in:
2025-12-12 14:20:59 +08:00
parent 0b849c9508
commit 24b63154af
7 changed files with 15 additions and 9 deletions

View File

@@ -529,7 +529,8 @@
// console.log(res, '营销标签列表')
if (res.result.length > 0) {
this.yingxiaoTags = res.result;
this.getYXproducts();
const item = this.yingxiaoTags.length > 0 && this.yingxiaoTags[this.yxCurIndex]
this.getYXproducts(item);
}
// console.log(res)