Authored by 郭成尧

'三张小图接口改了字段'

... ... @@ -651,7 +651,7 @@ exports.handleSaleBannerSmallData = (origin) => {
let count = 0;
_.forEach(origin, function(value) {
if (value.template_name === 'small_pic') {
if (value.template_name === 'threePicture') {
_.forEach(value.data, function(picList) {
if (count++ < 3) {
let smallPic = {};
... ...