uniapp使用scroll-view的:scroll-into-view=“lastChatData“跳到某个元素id时候,在app上不生效,小程序没问题
lastChatData定义的要跳转元素的idapp上不生效或者没有跳到合适位置,只需要加一个一次性定时器来延迟赋值就ok。如:setTimeout(()=>{that.lastChatData = 元素id},500)
·
lastChatData定义的要跳转元素的id
app上不生效或者没有跳到合适位置,只需要加一个一次性定时器来延迟赋值就ok。
如:
setTimeout(()=>{
that.lastChatData = 元素id
},500)
更多推荐
已为社区贡献5条内容
所有评论(0)