新增二维码延迟倒计时功能,优化状态管理逻辑,添加旋转动画样式,提升用户体验

This commit is contained in:
yahaozhang
2025-09-13 15:23:40 +08:00
parent 6b8d1b410e
commit 9ca0f5d150
4 changed files with 48 additions and 5 deletions

View File

@@ -263,7 +263,9 @@ export default {
startCountdown,
startLoginPolling,
startRefreshCooldown,
startProgressPolling
startProgressPolling,
startQrDelayCountdown,
clearQrDelayCountdown
} = useTimers()
const {
@@ -311,7 +313,9 @@ export default {
}
})
},
updateStateFromResponse
updateStateFromResponse,
startQrDelayCountdown,
clearQrDelayCountdown
)
} catch (error) {
console.error('处理选择区域失败:', error)