zhangdehua 1 рік тому
батько
коміт
58cb8e473e
1 змінених файлів з 3 додано та 0 видалено
  1. 3 0
      app/index/view/cart/shoppingCart.html

+ 3 - 0
app/index/view/cart/shoppingCart.html

@@ -683,6 +683,9 @@
             const {status, message, data} = res || {}
             if (status === 200 || status === "200") {
                 window.open(data.payment.approval_link, "_blank");
+                setInterval(function (){
+                    console.log('hahaha');
+                },2000)
             } else if (status === 401 || status === "401") {
                 window.location.replace('../passport/logIn.html')
             } else {