zyronon / douyin

Vue3 + Pinia 仿抖音,Vue 在移动端的最佳实践 . Imitate TikTok ,Vue Best practices on Mobile
https://dy.ttentau.top/
GNU General Public License v3.0
8.99k stars 2.45k forks source link

我的 页面 切换到收藏 tab下无法滚动问题 #96

Open liyanjunCode opened 2 months ago

liyanjunCode commented 2 months ago

注意:请确认问题可以在浏览器的 无痕模式 下复现,而不是自己安装的其他插件或脚本导致的

1、描述 在我的页面 切换到收藏tab 无法滚动列表, 是因为 id为base-slide-wrapper的div元素被设置height不对,在getScrollAreaHeight函数中获取 scrollAreaHeight 时, 由于index 为3时使用了nextTick 异步获取 导致 外部获取的值始终为0,可使用await 和promise修复