Authored by 郭成尧

潮流速递直接给30条数据

... ... @@ -2,7 +2,7 @@
* @Author: Targaryen
* @Date: 2016-05-30 16:20:03
* @Last Modified by: Targaryen
* @Last Modified time: 2016-06-07 15:40:38
* @Last Modified time: 2016-06-07 15:51:55
*/
'use strict';
... ... @@ -39,7 +39,7 @@ exports.getOutletsIndexData = (params, channel) => {
outletsApi.getChannelResouceData({ content_code: channelCode.index }),
outletsApi.getOutletsActivityOrigin({ type: '1', channel: channel }), // 获取限时活动列表
outletsApi.getOutletsActivityOrigin({ type: '2', channel: channel }), // 获取即将结束列表
outletsApi.getOutletsTrendData({ limit: '5' }), // 获取潮流速递商品数据
outletsApi.getOutletsTrendData({ limit: '30' }), // 获取潮流速递商品数据
saleApi.getSaleGoodsList(params) // 获取底部商品数据
]).then(result => {
let finalResult = result[0];
... ...