mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
build docs
This commit is contained in:
@@ -60,9 +60,9 @@ export default {
|
||||
type: 'success',
|
||||
message: leftSec.toString()
|
||||
});
|
||||
window.setInterval(() => {
|
||||
const id = window.setInterval(() => {
|
||||
if (leftSec <= 1) {
|
||||
window.clearInterval();
|
||||
window.clearInterval(id);
|
||||
toast.message = '跳转中...'
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user