Showing
1 changed file
with
1 additions
and
2 deletions
| ... | @@ -151,8 +151,7 @@ const onBlur = () => { // 数字键盘失焦回调 | ... | @@ -151,8 +151,7 @@ const onBlur = () => { // 数字键盘失焦回调 |
| 151 | // 设置发送短信倒计时 | 151 | // 设置发送短信倒计时 |
| 152 | // TAG: vant 自带倒计时函数 | 152 | // TAG: vant 自带倒计时函数 |
| 153 | const limit = ref(60000); // 配置倒计时秒数 | 153 | const limit = ref(60000); // 配置倒计时秒数 |
| 154 | -const countDown = useCountDown({ | 154 | +const countDown = useCountDown({ // 配置倒计时 |
| 155 | - // 倒计时 24 小时 | ||
| 156 | time: limit.value, | 155 | time: limit.value, |
| 157 | onFinish: () => { | 156 | onFinish: () => { |
| 158 | countDown.reset(); | 157 | countDown.reset(); | ... | ... |
-
Please register or login to post a comment