goldzhang814 1 yıl önce
ebeveyn
işleme
1fa810880d

+ 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 {