Authored by QC-L

change view to div

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