订单取消的状态和退款的状态不显示倒计时

This commit is contained in:
wangxiaowei
2026-02-02 02:37:27 +08:00
parent 7061dc967a
commit 63e8b64f74
12 changed files with 49 additions and 55 deletions

View File

@ -338,11 +338,9 @@
// 发送验证码
handleCountDown: () => {
startCountDown.value = true
nextTick(() => {
countDown.value?.start()
// 发送验证码请求
})
setTimeout(() => {
countDown.value.start()
}, 100)
},
// 验证码倒计时结束