...
|
...
|
@@ -104,7 +104,10 @@ exports.init = function(num) { |
|
|
event.target.find('.hideList > li').each(function() {
|
|
|
pic = $(this).data();
|
|
|
pic.coverImg = pic.src;
|
|
|
pics.push(pic);
|
|
|
|
|
|
if (+pic.status) { // 过滤下架商品
|
|
|
pics.push(pic);
|
|
|
}
|
|
|
});
|
|
|
|
|
|
colorList = createColorList(pics, _from);
|
...
|
...
|
|