Authored by biao

fix detail href issue

... ... @@ -5,9 +5,11 @@
<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>
... ...