This commit is contained in:
xingyy 2025-02-28 16:56:37 +08:00
parent 1263128171
commit da43bb5429

View File

@ -65,13 +65,9 @@ async function handleSubmit(e) {
return return
} else if (isAndroid) { } else if (isAndroid) {
// Android // Android
// 3 if (document.getElementById('payment-form')) {
setTimeout(() => { window.location.href = `${baseURL}/payment/result?orderNo=${payUid.value}`
// }
if (document.getElementById('payment-form')) {
window.location.href = `${baseURL}/payment/result?orderNo=${payUid.value}`
}
}, 3000)
} }
setLoading(false) setLoading(false)