Authored by 郭成尧

handle方法剥离

@@ -7,6 +7,7 @@ @@ -7,6 +7,7 @@
7 7
8 'use strict'; 8 'use strict';
9 const _ = require('lodash'); 9 const _ = require('lodash');
  10 +
10 /** 11 /**
11 * 处理商品列表数据 12 * 处理商品列表数据
12 * @param {[type]} origin [description] 13 * @param {[type]} origin [description]
@@ -270,4 +271,4 @@ exports.handleSaleBannerSmallData = (origin) => { @@ -270,4 +271,4 @@ exports.handleSaleBannerSmallData = (origin) => {
270 }); 271 });
271 272
272 return dest; 273 return dest;
273 -};  
  274 +};