当前位置: 首页 > 工具软件 > scroll-js > 使用案例 >

uniapp使用scroll-view的:scroll-into-view=“lastChatData“跳到某个元素id时候,在app上不生效,小程序没问题

陶健
2023-12-01

lastChatData定义的要跳转元素的id

app上不生效或者没有跳到合适位置,只需要加一个一次性定时器来延迟赋值就ok。

如:

setTimeout(()=>{
      that.lastChatData = 元素id
},500)

 类似资料: