mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
fix: minor fix
This commit is contained in:
parent
fea8721f1e
commit
b079435235
@ -108,7 +108,7 @@ export default {
|
||||
});
|
||||
const id = window.setInterval(() => {
|
||||
if (leftSec <= 1) {
|
||||
window.clearInterval();
|
||||
window.clearInterval(id);
|
||||
toast.message = '跳转中...'
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user