【代码优化】进入分类页的时候,自动勾选左侧一级分类(比如从首页进入)

This commit is contained in:
YunaiV
2024-08-10 10:25:51 +08:00
parent 92b9820f20
commit 51ba185e81
3 changed files with 7 additions and 12 deletions
+1 -1
View File
@@ -157,7 +157,7 @@
items: [{
skuId: e.id,
count: e.goods_num,
categoryId: state.goodsInfo.categoryId
categoryId: state.goodsInfo.categoryId
}]
}),
});