fix:新增在店铺分类传入sroteId,修复新开店铺默认传0然后导致店铺分类异常获取

This commit is contained in:
lihaoyuan 2025-10-28 11:10:20 +08:00
parent e1a88d88f1
commit 2e862f298b

View File

@ -151,6 +151,7 @@
v-if="category_deep == 1"
ref="productList"
:uniId="ptConfig.uniId"
:storeId="shopInfo.store_id"
:isFilterFixed="ptConfig.isFilterFixed"
:isShowFilter="ptConfig.isShowFilter"
:isShowLoading="ptConfig.isShowLoading"
@ -464,7 +465,6 @@ export default {
that.categoryId = options.category_id;
that.storeId = options.store_id;
that.w = w;
that.$.getSystemInfo({
success: function (t) {
that.setData({ screenHeight: t.screenHeight });