fix(van-notice-bar): notice-bar early vanished when delay and scrollable were set (#5547)

This commit is contained in:
jimifish 2023-09-12 16:38:43 +08:00 committed by GitHub
parent f330cf2a34
commit 42447bb87c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ VantComponent({
this.timer = setTimeout(() => {
this.scroll();
}, this.duration);
}, this.duration + this.data.delay);
},
onClickIcon(event) {