소스 검색

购物车地址

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 {