Authored by biao

fix detail link issue

... ... @@ -5,11 +5,9 @@
<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>
... ...
... ... @@ -555,6 +555,7 @@ class ItemModel
'href' => Helpers::getUrlBySkc($goods['goodsImagesList'][0]['productId'],
$goods['goodsImagesList'][0]['goodsId'], $val['product']['cnAlphabet']),
);
$point['href'] = $point['product']['href'];
}
}
if(!empty($point)) {
... ...