Authored by 陈峰

Merge branch 'feature/new-shop-product-floor' into 'release/6.8.6'

新样式的商品增加预告样式



See merge request !1694
  1 +
1 <div class="feature-product-info {{#if conf.searchCondition}}novisible{{/if}}" data-skn="{{product_skn}}"> 2 <div class="feature-product-info {{#if conf.searchCondition}}novisible{{/if}}" data-skn="{{product_skn}}">
2 <a class="first-part product-detail" href='{{producturl}}'> 3 <a class="first-part product-detail" href='{{producturl}}'>
3 <div class="product-detail-imgbox"> 4 <div class="product-detail-imgbox">
@@ -11,6 +12,17 @@ @@ -11,6 +12,17 @@
11 <a class="new-brand-name {{#isEqualOr conf.showBrandUrl '1'}}product-brand{{else}}product-detail{{/isEqualOr}}" href="{{brandurl}}"> 12 <a class="new-brand-name {{#isEqualOr conf.showBrandUrl '1'}}product-brand{{else}}product-detail{{/isEqualOr}}" href="{{brandurl}}">
12 <span class="brand-name" {{#if conf.fontColor}} style="color:{{conf.fontColor}};" {{/if}}>{{brandname}}</span> 13 <span class="brand-name" {{#if conf.fontColor}} style="color:{{conf.fontColor}};" {{/if}}>{{brandname}}</span>
13 </a> 14 </a>
  15 + <div class="sales-imgs-new">
  16 + {{#isEqualOr conf.isAdvance '1'}}
  17 + <div class="advance" style="background-image: url({{imageslim conf.advanceBgImg}});display:inline-block;">
  18 + <img src="{{imageslim conf.advanceBgImg}}" class="img-seat">
  19 + <span class="advance-price">¥{{curPlanPrice}}</span>
  20 + </div>
  21 + {{/isEqualOr}}
  22 + {{#if conf.leftDownImg}}
  23 + <img class="leftdownimg lazy" data-original="{{image2 conf.leftDownImg q=85}}">
  24 + {{/if}}
  25 + </div>
14 </div> 26 </div>
15 </a> 27 </a>
16 {{#if conf.brandImg}} 28 {{#if conf.brandImg}}