Authored by 郭成尧

handle方法剥离

... ... @@ -7,6 +7,7 @@
'use strict';
const _ = require('lodash');
/**
* 处理商品列表数据
* @param {[type]} origin [description]
... ... @@ -270,4 +271,4 @@ exports.handleSaleBannerSmallData = (origin) => {
});
return dest;
};
\ No newline at end of file
};
... ...