mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 10:44:59 +00:00
fix: fix typo
This commit is contained in:
@@ -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 = '跳转中...'
|
||||||
|
Reference in New Issue
Block a user