@@ -187,8 +187,8 @@
dataType: 'json',
success: function (res) {
console.log(res)
+ $('.cart-waring').html(res.count);
if (res.code == 0) {
- $('.cart-waring').html(res.count);
playSound();
}