Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]微信小程序,下拉加载失效 #164

Open
PurpleNoon opened this issue Oct 17, 2024 · 1 comment
Open

[Bug]微信小程序,下拉加载失效 #164

PurpleNoon opened this issue Oct 17, 2024 · 1 comment

Comments

@PurpleNoon
Copy link

编译平台
使用HbuilderX还是npm方式编译出现的问题?(如:HbuilderX)
npm
VUE版本
在vue2还是vue3中出现的问题,是nvue还是vue?(如:vue2+nvue)
vue3+vue
运行平台
在运行到哪个平台中出现的问题?(如:App、微信小程序、h5)
微信小程序
z-paging版本
在哪个版本的z-paging中出现的问题?
2.7.12
问题描述
请详细描述问题,最好说明复现步骤,尽可能附上代码或截图
在微信小程序下,使用虚拟列表本地分页,放在弹窗中,显示弹窗后,下拉加载失效且右边的点击跳转失效(即 refreshToPage 失效)
复现仓库
https://github.com/PurpleNoon/z-paging-test

@PurpleNoon
Copy link
Author

后续测试中发现,将 z-paging 封装在组件中,在微信小程序下,即使用了 :fixed="false",还是会出现下拉加载失效的问题,点击跳转同样不生效,在 cell-height-mode="dynamic" 和 cell-height-mode="fixed" 下均如此
下图是 :fixed="false" 且 cell-height-mode="fixed 的情况(数据共 200 多条)
image
复现仓库
https://github.com/PurpleNoon/z-paging-test/tree/main-1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant