-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Open
Labels
Description
重现链接
1.11.7版本demo 即可
Vant Weapp 版本
1.11.7
描述一下你遇到的问题。
https://github.com/user-attachments/assets/6151e1c8-5b26-418e-893e-dc3f815e6ab9
测试简单现象 如下代码会定位异常
mounted() {
this.children[1].scrollIntoView(0);
setTimeout(() => {
this.children[2].scrollIntoView(0);
}, 500);
setTimeout(() => {
this.children[3].scrollIntoView(0);
}, 530);
setTimeout(() => {
this.children[4].scrollIntoView(0);
}, 590);
},重现步骤
滑动右侧栏
设备/浏览器
机型 iphone16 pro
Reactions are currently unavailable