Showing
2 changed files
with
2 additions
and
2 deletions
@@ -13,7 +13,7 @@ $.ajax({ | @@ -13,7 +13,7 @@ $.ajax({ | ||
13 | url: '/cart/index/count', | 13 | url: '/cart/index/count', |
14 | success: function(data) { | 14 | success: function(data) { |
15 | if (data.code === 200) { | 15 | if (data.code === 200) { |
16 | - $cart.find('.cart-count').html(data.data.cart_good_count).removeClass('hide'); | 16 | + $cart.find('.cart-count').html(data.data.cart_goods_count).removeClass('hide'); |
17 | } | 17 | } |
18 | } | 18 | } |
19 | }); | 19 | }); |
-
Please register or login to post a comment