mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +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.timer = setTimeout(() => {
|
||||||
this.scroll();
|
this.scroll();
|
||||||
}, this.duration);
|
}, this.duration + this.data.delay);
|
||||||
},
|
},
|
||||||
|
|
||||||
onClickIcon(event) {
|
onClickIcon(event) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user