|
@@ -93,6 +93,7 @@ function handlePay() {
|
|
|
}
|
|
|
}
|
|
|
async function getCode() {
|
|
|
+ inverRequest()
|
|
|
if (orderDetal.value.payType == 5 || orderDetal.value.payType == 6) return
|
|
|
qrCodeUrl.value = ''
|
|
|
openPay({
|
|
@@ -102,7 +103,6 @@ async function getCode() {
|
|
|
openId: ''
|
|
|
}).then((res) => {
|
|
|
qrCodeUrl.value = res.qrCodeUrl || res.redirect
|
|
|
- inverRequest()
|
|
|
})
|
|
|
}
|
|
|
</script>
|