mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
timer
This commit is contained in:
parent
f6cfa74a21
commit
adca528e99
6
dist/toast/index.js
vendored
6
dist/toast/index.js
vendored
@ -12,9 +12,13 @@ module.exports = {
|
||||
zuiToast
|
||||
});
|
||||
|
||||
zuiToast.timer = setTimeout(() => {
|
||||
var timer = setTimeout(() => {
|
||||
this.clearZuiToast();
|
||||
}, timeout || 3000);
|
||||
|
||||
this.setData({
|
||||
'zuiToast.timer': timer
|
||||
});
|
||||
},
|
||||
|
||||
clearZuiToast() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user