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')