#6073·vant-weapp

IndexBar 组件 定位闪烁问题

Author: Freedom-FJCreated Jan 12, 2026Updated Jan 12, 2026
Labelsbug: need confirm

重现链接

1.11.7版本demo 即可

Vant Weapp 版本

1.11.7

描述一下你遇到的问题。

https://github.com/user-attachments/assets/6151e1c8-5b26-418e-893e-dc3f815e6ab9 测试简单现象 如下代码会定位异常

javascript
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