...
|
...
|
@@ -110,8 +110,8 @@ class featureModel extends global.yoho.BaseModel { |
|
|
f.component[0].type === 'productGroup' && f.component[0].defaultSkns) {
|
|
|
sknsArr.push(self._getProductBySkns(f.component[0], self.ctx));
|
|
|
|
|
|
f.component[0].newStyle = _.get(f, 'component[0].newStyle') === '1';
|
|
|
f.component[0].isStyle2 = _.get(f, 'component[0].newStyle') === '2' && _.get(f, 'component[0].numOfOneRow') === '2';// eslint-disable-line
|
|
|
f.component[0].newStyle = _.get(f, 'component[0].newStyle') === '1';
|
|
|
}
|
|
|
|
|
|
if (f.component && f.component[0] &&
|
...
|
...
|
@@ -121,8 +121,8 @@ class featureModel extends global.yoho.BaseModel { |
|
|
limit: '60'
|
|
|
}, f.component[0].searchCondition || {});
|
|
|
|
|
|
f.component[0].newStyle = _.get(f, 'component[0].newStyle') === '1';
|
|
|
f.component[0].isStyle2 = _.get(f, 'component[0].newStyle') === '2' && _.get(f, 'component[0].numOfOneRow') === '2';// eslint-disable-line
|
|
|
f.component[0].newStyle = _.get(f, 'component[0].newStyle') === '1';
|
|
|
}
|
|
|
|
|
|
// 新增店铺组
|
...
|
...
|
|