Authored by Lynnic

update

... ... @@ -40,4 +40,9 @@ likeHammer.on('tap', function(e) {
tip.show('网络断开连接了~');
}
});
});
$('#likeBtn').on('click', function(e) {
return false;
});
\ No newline at end of file
... ...
... ... @@ -119,7 +119,7 @@
<a href="" class="sold-out">已售罄</a>
{{/if}}
{{#if isCollect}}
<a href="" id="likeBtn" class="favorite iconfont liked">&#xe605;</a>
<a href="#" id="likeBtn" class="favorite iconfont liked">&#xe605;</a>
{{else}}
<a href="" id="likeBtn" class="favorite iconfont">&#xe605;</a>
{{/if}}
... ...