This commit is contained in:
xingyy 2025-02-28 16:49:06 +08:00
parent 1ed311c5f9
commit c32869988c

View File

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