Authored by 梁志锋

update cart

@@ -114,9 +114,9 @@ @@ -114,9 +114,9 @@
114 {{/if}} 114 {{/if}}
115 <a href="" class="num-incart iconfont">&#xe62c;</a> 115 <a href="" class="num-incart iconfont">&#xe62c;</a>
116 {{#if goodsInstore}} 116 {{#if goodsInstore}}
117 - <a href="" class="addto-cart ">加入购物车</a> 117 + <a href="/shoppingCart" class="addto-cart ">加入购物车</a>
118 {{else}} 118 {{else}}
119 - <a href="" class="sold-out">已售罄</a> 119 + <a href="javascript:;" 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>