|
@@ -332,7 +332,7 @@ const payNowFn = () => {
|
|
|
// 支付状态轮询相关
|
|
// 支付状态轮询相关
|
|
|
const pollingTimer = ref(null)
|
|
const pollingTimer = ref(null)
|
|
|
const isPolling = ref(false)
|
|
const isPolling = ref(false)
|
|
|
-const maxPollingAttempts = 30 // 最大轮询次数
|
|
|
|
|
|
|
+const maxPollingAttempts = 100 // 最大轮询次数
|
|
|
const pollingAttempts = ref(0)
|
|
const pollingAttempts = ref(0)
|
|
|
const pollingInterval = 3000
|
|
const pollingInterval = 3000
|
|
|
|
|
|