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