Showing
1 changed file
with
2 additions
and
2 deletions
@@ -4,9 +4,9 @@ | @@ -4,9 +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 | - <view class="product-image-bg"> | 7 | + <div class="product-image-bg"> |
8 | <img src="{{image2 defaultImages w=188 h=250 q=60 mode=3}}"></img> | 8 | <img src="{{image2 defaultImages w=188 h=250 q=60 mode=3}}"></img> |
9 | - </view> | 9 | + </div> |
10 | <div class="product-name">{{brandName}}</div> | 10 | <div class="product-name">{{brandName}}</div> |
11 | <div class='product-price-wrap'> | 11 | <div class='product-price-wrap'> |
12 | <span class='product-price'>{{formatCollagePrice}}</span> | 12 | <span class='product-price'>{{formatCollagePrice}}</span> |
-
Please register or login to post a comment