goldzhang814 1 년 전
부모
커밋
1fa810880d
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      app/index/view/cart/shoppingCart.html
  2. 1 1
      app/index/view/user/orderDetails.html

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

@@ -687,7 +687,7 @@
                 window.open(data.payment.approval_link, "_blank");
                 var interId = setInterval(function () {
                     fetchOrder(data.orderId, interId);
-                }, 2000)
+                }, 3000)
             } else if (status === 401 || status === "401") {
                 window.location.replace('../passport/logIn.html')
             } else {

+ 1 - 1
app/index/view/user/orderDetails.html

@@ -548,7 +548,7 @@
                 window.open(data.payment.approval_link, "_blank");
                 var interId = setInterval(function () {
                     fetchOrder(interId);
-                }, 2000)
+                }, 3000)
             } else if (status === 401 || status === "401") {
                 window.location.replace('../passport/logIn.html')
             } else {