...
|
...
|
@@ -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 = {};
|
...
|
...
|
|