Authored by 郭成尧

'断码区分类'

@@ -197,7 +197,9 @@ exports.getSaleIndexData = (channel) => { @@ -197,7 +197,9 @@ exports.getSaleIndexData = (channel) => {
197 return api.all([saleApi.getSaleGoodsList({ 197 return api.all([saleApi.getSaleGoodsList({
198 channel: channel, 198 channel: channel,
199 saleType: '5', // app 与 pc 有冲突,为 PC 加一个 5 的选项 199 saleType: '5', // app 与 pc 有冲突,为 PC 加一个 5 的选项
200 - limit: '1' 200 + limit: '1',
  201 + breakSize: breakingSizeSort.breakSize,
  202 + breakSort: breakingSizeSort.breakSort
201 })]).then(subResult => { 203 })]).then(subResult => {
202 if (subResult[0].code === 200) { 204 if (subResult[0].code === 200) {
203 finalResult.saleCategory.push( 205 finalResult.saleCategory.push(