hotarea.phtml
1.01 KB
{{#hotArea}}
<div class="hot-point-wrap">
<img src="{{img}}" id="img" />
{{#list}}
<div class="hot-point" style="width:{{width}}px;height:{{height}}px;top:{{top}}px;left:{{left}}px;">
<span class="pointer">{{label}}</span>
<div class="hp-good">
{{#product}}
<a href="{{href}}">
<img class="pic" src="{{img}}">
</a>
{{/product}}
{{#product}}
<div class="info">
<strong>{{productName}}</strong>
<br>
<del>原价:{{marketPrice}}</del>
<br>现价:{{salePrice}}
<a class="check-btn" href="{{href}}">查看</a>
</div>
{{/product}}
</div>
</div>
{{/list}}
</div>
{{/hotArea}}