541469799@qq.com пре 1 година
родитељ
комит
b9c61b5069
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      app/index/view/cart/shoppingCart.html

+ 1 - 1
app/index/view/cart/shoppingCart.html

@@ -394,7 +394,7 @@
                     dataType: "json",
                     success: function (obj) {
                         if (obj.status === 200 || obj.status === '200') {
-                            showToast("Successful")
+                            //showToast("Successful")
                             window.location.href = '../cart/shoppingCart';
                         }else if (obj.status === 401 || obj.status === '401'){
                             window.location.replace('../passport/logIn.html')