|
@@ -4,7 +4,9 @@ |
|
@@ -4,7 +4,9 @@ |
4
|
{{#each prdList}}
|
4
|
{{#each prdList}}
|
5
|
<div id="{{../../template_id}}" name="{{../../template_intro}}" class="product-item" data-product-skn="{{productSkn}}"
|
5
|
<div id="{{../../template_id}}" name="{{../../template_intro}}" class="product-item" data-product-skn="{{productSkn}}"
|
6
|
data-activity-id="{{activityId}}">
|
6
|
data-activity-id="{{activityId}}">
|
7
|
- <img src="{{image2 defaultImages w=188 h=250 q=60 mode=3}}"></img>
|
7
|
+ <view class="product-image-bg">
|
|
|
8
|
+ <img src="{{image2 defaultImages w=188 h=250 q=60 mode=3}}"></img>
|
|
|
9
|
+ </view>
|
8
|
<div class="product-name">{{brandName}}</div>
|
10
|
<div class="product-name">{{brandName}}</div>
|
9
|
<div class='product-price-wrap'>
|
11
|
<div class='product-price-wrap'>
|
10
|
<span class='product-price'>{{formatCollagePrice}}</span>
|
12
|
<span class='product-price'>{{formatCollagePrice}}</span>
|