Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
scrollIntoView在在小程序生效但在h5却不起作用
@章海健37 之前也发现了这个问题,以为是写法不符合规范造成的。我的方案是,自己去算需要滚动的距离,结合scrollTop属性实现。
@白领夏公子 唉,明明写着该属性h5也适用,结果却是这样。。。