fix: minor fix

This commit is contained in:
jiangruowei 2017-03-30 20:08:13 +08:00
parent fea8721f1e
commit b079435235

View File

@ -108,7 +108,7 @@ export default {
});
const id = window.setInterval(() => {
if (leftSec <= 1) {
window.clearInterval();
window.clearInterval(id);
toast.message = '跳转中...'
return;
}