mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 10:22:44 +08:00
fix(van-notice-bar): notice-bar early vanished when delay and scrollable were set (#5547)
This commit is contained in:
parent
f330cf2a34
commit
42447bb87c
@ -119,7 +119,7 @@ VantComponent({
|
||||
|
||||
this.timer = setTimeout(() => {
|
||||
this.scroll();
|
||||
}, this.duration);
|
||||
}, this.duration + this.data.delay);
|
||||
},
|
||||
|
||||
onClickIcon(event) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user