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
} else if (isAndroid) {
// Android
// 3
setTimeout(() => {
//
if (document.getElementById('payment-form')) {
window.location.href = `${baseURL}/payment/result?orderNo=${payUid.value}`
}
}, 3000)
}
setLoading(false)