修改提取IP接口里的callPublic调用 & 修复余额支付已完成的状态 & 手机端点击支付增加新窗口
This commit is contained in:
@@ -48,6 +48,7 @@ export function PaymentModal(props: PaymentModalProps) {
|
||||
console.error('支付状态检查失败:', error)
|
||||
}
|
||||
finally {
|
||||
console.log('进入轮询支付状态')
|
||||
retries++
|
||||
if (retries >= maxRetries) {
|
||||
clearInterval(interval)
|
||||
|
||||
Reference in New Issue
Block a user