...
|
...
|
@@ -114,9 +114,9 @@ |
|
|
{{/if}}
|
|
|
<a href="" class="num-incart iconfont"></a>
|
|
|
{{#if goodsInstore}}
|
|
|
<a href="" class="addto-cart ">加入购物车</a>
|
|
|
<a href="/shoppingCart" class="addto-cart ">加入购物车</a>
|
|
|
{{else}}
|
|
|
<a href="" class="sold-out">已售罄</a>
|
|
|
<a href="javascript:;" class="sold-out">已售罄</a>
|
|
|
{{/if}}
|
|
|
{{#if isCollect}}
|
|
|
<a href="#" id="likeBtn" class="favorite iconfont liked"></a>
|
...
|
...
|
|