Authored by biao

fix hot area link issue

@@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
5 <div class="hot-point" style="width:{{width}}px;height:{{height}}px;top:{{top}}px;left:{{left}}px;"> 5 <div class="hot-point" style="width:{{width}}px;height:{{height}}px;top:{{top}}px;left:{{left}}px;">
6 <span class="pointer">{{label}}</span> 6 <span class="pointer">{{label}}</span>
7 <div class="hp-good"> 7 <div class="hp-good">
8 - <a href=""> 8 + <a href="{{href}}">
9 <img class="pic" src="{{img}}"> 9 <img class="pic" src="{{img}}">
10 </a> 10 </a>
11 {{#product}} 11 {{#product}}
@@ -21,4 +21,4 @@ @@ -21,4 +21,4 @@
21 </div> 21 </div>
22 {{/list}} 22 {{/list}}
23 </div> 23 </div>
24 -{{/hotArea}}  
  24 +{{/hotArea}}