Authored by 王水玲

商品组(商品池)添加预告数据

... ... @@ -32,6 +32,11 @@ let _replaceData = function(el, cond, data, wh, fp) {
el.find('.sale-price').html(${data.sales_price}`);
el.data('skn', data.product_skn);
if (data.curPlanPrice) {
el.find('.advance .advance-price').html(${data.curPlanPrice}`);
el.find('.advance').css({display: 'inline-block'});
}
const $productDetailImg = el.find('.product-detail-img');
if ($productDetailImg.hasClass('lazy')) {
... ...