lastChatData定义的要跳转元素的id
app上不生效或者没有跳到合适位置,只需要加一个一次性定时器来延迟赋值就ok。
如:
setTimeout(()=>{
that.lastChatData = 元素id
},500)
lastChatData定义的要跳转元素的id
app上不生效或者没有跳到合适位置,只需要加一个一次性定时器来延迟赋值就ok。
如:
setTimeout(()=>{
that.lastChatData = 元素id
},500)