Browse Source

购物车地址

zhangdehua 1 năm trước cách đây
mục cha
commit
58cb8e473e
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  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 {