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}}