uni-z-paging icon indicating copy to clipboard operation
uni-z-paging copied to clipboard

【uni-app下拉刷新、上拉加载】高性能,全平台兼容。支持vue、nvue、vue2、vue3,使用wxs+renderjs实现。支持虚拟列表,支持自定义下拉刷新、上拉加载更多,支持自动管理空数据图、点击返回顶部,支持聊天分页、本地...

Results 42 uni-z-paging issues
Sort by recently updated
recently updated
newest added

**编译平台** HbuilderX **VUE版本** vue3 **运行平台** h5、APP **z-paging版本** 2.7.9 **问题描述** 当zpaging设置虚拟列表,并给某个view添加上sticky属性,且进入前面的盒子隐藏的数量临界点时,sticky盒子会因为zp-paging-container-content style中的transform: translateY( xxxx px);被影响导致sticky:0;失效 ![image](https://github.com/SmileZXLee/uni-z-paging/assets/120435958/36695cd1-2f9d-4e46-af86-714407ffcf2d) ![image](https://github.com/SmileZXLee/uni-z-paging/assets/120435958/62e2aa8e-a71b-4268-962b-2d63901cccce) ![image](https://github.com/SmileZXLee/uni-z-paging/assets/120435958/fda7d27a-5be9-4301-b47f-d68132ef9dbc)

bug

** 请描述您在使用期间遇到的疑问 ** 1、使用虚拟列表小程序会报 : Some selectors are not allowed in component wxss, including tag name selectors, ID selectors, and attribute selectors.(./uni_modules/z-paging/components/z-paging/z-paging.wxss:73:48) 2、const virtualListChange = (vList) => { console.log(vList, 'vList-----')...