Skip to content

IndexBar 组件 定位闪烁问题 #6073

@Freedom-FJ

Description

@Freedom-FJ

重现链接

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions