支付相关

This commit is contained in:
chen wei bo
2025-09-11 16:32:22 +08:00
parent da1e438358
commit cb64a9c5c6
4 changed files with 5 additions and 4 deletions
@@ -126,8 +126,8 @@ export class PaymentService {
game.on(Game.EVENT_SHOW, onShow, this);
// 兜底:某些环境(桌面浏览器)可能不会触发隐藏/显示事件,避免一直卡住
const FALLBACK_MS = 15000; // 按需调整
setTimeout(finish, FALLBACK_MS);
const FALLBACK_MS = 25000; // 按需调整
// setTimeout(finish, FALLBACK_MS);
});
}
}