This commit is contained in:
xingyy 2025-02-28 16:50:45 +08:00
parent c32869988c
commit 1263128171

View File

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