diff --git a/pagesub/index/category.vue b/pagesub/index/category.vue index 4e1f11d..36af347 100644 --- a/pagesub/index/category.vue +++ b/pagesub/index/category.vue @@ -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 });