fix:新增在店铺分类传入sroteId,修复新开店铺默认传0然后导致店铺分类异常获取
This commit is contained in:
parent
e1a88d88f1
commit
2e862f298b
@ -151,6 +151,7 @@
|
|||||||
v-if="category_deep == 1"
|
v-if="category_deep == 1"
|
||||||
ref="productList"
|
ref="productList"
|
||||||
:uniId="ptConfig.uniId"
|
:uniId="ptConfig.uniId"
|
||||||
|
:storeId="shopInfo.store_id"
|
||||||
:isFilterFixed="ptConfig.isFilterFixed"
|
:isFilterFixed="ptConfig.isFilterFixed"
|
||||||
:isShowFilter="ptConfig.isShowFilter"
|
:isShowFilter="ptConfig.isShowFilter"
|
||||||
:isShowLoading="ptConfig.isShowLoading"
|
:isShowLoading="ptConfig.isShowLoading"
|
||||||
@ -464,7 +465,6 @@ export default {
|
|||||||
that.categoryId = options.category_id;
|
that.categoryId = options.category_id;
|
||||||
that.storeId = options.store_id;
|
that.storeId = options.store_id;
|
||||||
that.w = w;
|
that.w = w;
|
||||||
|
|
||||||
that.$.getSystemInfo({
|
that.$.getSystemInfo({
|
||||||
success: function (t) {
|
success: function (t) {
|
||||||
that.setData({ screenHeight: t.screenHeight });
|
that.setData({ screenHeight: t.screenHeight });
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user