1 change: 1 addition & 0 deletions 1 demo/z-paging-demo/pages/sticky-swiper-demo-n/sticky-swiper-demo-n.nvue Original file line numberDiff line numberDiff line change @@ -52,6 +52,7 @@ }, onLoad() { // 获取页面可见
demo/z-paging-demo/pages/sticky-swiper-next-demo/sticky-swiper-next-demo.vue +13-2Lines changed: 13 additions & 2 deletions Original file line numberDiff line numberDiff line change @@ -67,8 +67,8 @@ 67 67 heightChanged(height){ 68 68 if(height === 0){ 69 69 // 默认...
如果您使用了z-paging的聊天记录模式,强烈建议更新,写法有一定变更,具体请参见demo。 2.新增 swiper-demo新增onShow时候调用reload演示。 3.修复 修复滚动相关方法在微信小程序中首次滚动动画无效的问题。 4.修复 props设置单位,单位为px时报错的问题。 5.修复 在某些情况下z-paging加载了...
this.$refs.paging.reload(); 68+ this.$refs.paging&& this.$refs.paging.reload(); 6969 }, 7070 queryList(pageNo, pageSize) { 7171 // 组件加载时会自动触发此方法,因此默认页面加载时会自动触发,无需手动调用 demo/z-paging-demo/components/swiper-list-item/swiper-list-item.vue ...
在钉钉小程序上运行pages/swiper-demo/swiper-demo这个页面,如果是多个tab的情况,列表不能下拉刷新 Owner SmileZXLee commented Mar 11, 2023 此为钉钉小程序的bug,在钉钉小程序中,swiper内的view的onTouchMove事件不会触发。已在支付宝开发者社区提交建议,地址:https://open.alipay.com/portal/forum/post/1171010...
15 changes: 13 additions & 2 deletions 15 demo/z-paging-demo/pages/sticky-swiper-next-demo/sticky-swiper-next-demo.vue Original file line numberDiff line numberDiff line change @@ -67,8 +67,8 @@ heightChanged(height){ if(height === 0){ // 默认swiper高度为屏幕可用高度-tabsView高度...