Authored by Lynnic

update

@@ -40,4 +40,9 @@ likeHammer.on('tap', function(e) { @@ -40,4 +40,9 @@ likeHammer.on('tap', function(e) {
40 tip.show('网络断开连接了~'); 40 tip.show('网络断开连接了~');
41 } 41 }
42 }); 42 });
  43 +
  44 +});
  45 +
  46 +$('#likeBtn').on('click', function(e) {
  47 + return false;
43 }); 48 });
@@ -119,7 +119,7 @@ @@ -119,7 +119,7 @@
119 <a href="" class="sold-out">已售罄</a> 119 <a href="" class="sold-out">已售罄</a>
120 {{/if}} 120 {{/if}}
121 {{#if isCollect}} 121 {{#if isCollect}}
122 - <a href="" id="likeBtn" class="favorite iconfont liked">&#xe605;</a> 122 + <a href="#" id="likeBtn" class="favorite iconfont liked">&#xe605;</a>
123 {{else}} 123 {{else}}
124 <a href="" id="likeBtn" class="favorite iconfont">&#xe605;</a> 124 <a href="" id="likeBtn" class="favorite iconfont">&#xe605;</a>
125 {{/if}} 125 {{/if}}