mirror of
https://github.com/youzan/vant.git
synced 2025-10-16 16:04:04 +00:00
fix: minor fix
This commit is contained in:
@@ -108,7 +108,7 @@ export default {
|
||||
});
|
||||
const id = window.setInterval(() => {
|
||||
if (leftSec <= 1) {
|
||||
window.clearInterval();
|
||||
window.clearInterval(id);
|
||||
toast.message = '跳转中...'
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user