...
|
...
|
@@ -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')) {
|
...
|
...
|
|