提醒发送

This commit is contained in:
shijingjing
2022-08-02 09:19:17 +08:00
parent f15358ad1c
commit c10fb6ef0c

View File

@@ -246,7 +246,9 @@ export default {
} else if (min <= 0 && second > 0) { } else if (min <= 0 && second > 0) {
msg = `${second}秒后可以再次点击`; msg = `${second}秒后可以再次点击`;
} }
this.$u.toast(msg); setTimeout(()=> {
this.$u.toast(msg);
}, 600)
} }
}, },
// 切换分段器 // 切换分段器