541469799@qq.com 1 anno fa
parent
commit
b9c61b5069
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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')