tangning 3 月之前
父节点
当前提交
8414965979
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      src/views/pc/index.vue

+ 0 - 4
src/views/pc/index.vue

@@ -92,11 +92,7 @@ function handlePay() {
       openId: ''
       openId: ''
     }).then((res) => {
     }).then((res) => {
       qrCodeUrl.value = res.qrCodeUrl || res.redirect
       qrCodeUrl.value = res.qrCodeUrl || res.redirect
-      // window.open('javascript:;', '<script>console.log(window.name)<\/script>')
       window.location.href = qrCodeUrl.value
       window.location.href = qrCodeUrl.value
-      // win.location.href = qrCodeUrl.value;
-      // window.open(qrCodeUrl.value)
-      // inverRequest()
     })
     })
   } else {
   } else {
     window.open(qrCodeUrl.value)
     window.open(qrCodeUrl.value)