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