fix: fix typo

This commit is contained in:
jiangruowei 2017-03-30 20:16:28 +08:00
parent b079435235
commit 5f8aab0d6e

View File

@ -38,7 +38,7 @@ export default {
type: 'success', type: 'success',
message: leftSec.toString() message: leftSec.toString()
}); });
cosnt id = window.setInterval(() => { const id = window.setInterval(() => {
if (leftSec <= 1) { if (leftSec <= 1) {
window.clearInterval(id); window.clearInterval(id);
toast.message = '跳转中...' toast.message = '跳转中...'