浏览代码

购物车地址

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 {