lensh / vue-qq

🎨 Vue family bucket with socket.io and express/koa2 , create a web version of mobile QQ, supporting real-time group chat, real-time private chat, special care, shielding chat, smart IP geographic location, real-time display temperature and other QQ core functions
MIT License
917 stars 230 forks source link

页面状态无法保存 #12

Closed Ninnka closed 6 years ago

Ninnka commented 6 years ago

比如说:我在消息列表将列表滚动到底部(先把窗口高度调小),随意点击列表中的一个item,进入聊天详细页面,点击返回时,列表会自动滚动回顶端。 其他有列表的页面都有这种情况。

lensh commented 6 years ago

您好,现在已经修复了这个bug,您可以重新打开预览地址体验一下,非常感谢您的issue~~

Ninnka commented 6 years ago

嗯,我刚刚看了下,你现在是记录了当前页面列表的滚动位置吧,因为返回时的列表有时会出现明显的滚动行为。

lensh commented 6 years ago

是的,记录滚动的位置。虽有不足,但目前只能想到这个方法了,希望有更好的解决办法~~