|
@@ -470,7 +470,7 @@ const handleScanInput = (event: KeyboardEvent) => {
|
|
|
|
|
|
// 定义查询支付状态的函数
|
|
// 定义查询支付状态的函数
|
|
const queryPayStatusWithRetry = (data): Promise<boolean> => {
|
|
const queryPayStatusWithRetry = (data): Promise<boolean> => {
|
|
- const intervals = [3000, 5000, 10000]
|
|
|
|
|
|
+ const intervals = [3000, 5000, 10000, 10000, 10000, 10000, 10000]
|
|
let currentIndex = 0
|
|
let currentIndex = 0
|
|
payingDialogVisible.value = true
|
|
payingDialogVisible.value = true
|
|
|
|
|