修改购物车字段名字 --code viewed by hongfei
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -121,10 +121,10 @@ | @@ -121,10 +121,10 @@ | ||
121 | {{#if numInCart}} | 121 | {{#if numInCart}} |
122 | <span class="num-tag">{{numInCart}}</span> | 122 | <span class="num-tag">{{numInCart}}</span> |
123 | {{/if}} | 123 | {{/if}} |
124 | - <a href="{{cartList}}" class="num-incart iconfont"></a> | 124 | + <a href="{{cartUrl}}" class="num-incart iconfont"></a> |
125 | 125 | ||
126 | {{#if addToCart}} | 126 | {{#if addToCart}} |
127 | - <a href="{{cartUrl}}" class="addto-cart">加入购物车</a> | 127 | + <a href="{{addToCartUrl}}" class="addto-cart">加入购物车</a> |
128 | {{/if}} | 128 | {{/if}} |
129 | 129 | ||
130 | {{#if soldOut}} | 130 | {{#if soldOut}} |
-
Please register or login to post a comment