wesley 7 lat temu
rodzic
commit
69628f2afb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      resources/views/admin/base/index/index.blade.php

+ 1 - 1
resources/views/admin/base/index/index.blade.php

xqd
@@ -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();
                     }