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

微信小程序上开启虚拟滚动后,往下划的太快突然跳到第一页

Open wspromise opened this issue 1 year ago • 4 comments

编译平台 使用HbuilderX还是npm方式编译出现的问题?(如:HbuilderX)

VUE版本 在vue2还是vue3中出现的问题,是nvue还是vue?(如:vue2+nvue)

运行平台 在运行到哪个平台中出现的问题?(如:App、微信小程序、h5)

z-paging版本 在哪个版本的z-paging中出现的问题?

问题描述 请详细描述问题,最好说明复现步骤,尽可能附上代码或截图

wspromise avatar Sep 18 '23 08:09 wspromise

未能复现,可否提供复现视频和复现代码以便我排查,感谢!

SmileZXLee avatar Sep 23 '23 13:09 SmileZXLee

同样的问题

Seedsa avatar Dec 20 '23 05:12 Seedsa

同样的问题

<z-paging ref="paging" v-model="dataList" :min-delay="100" @query="queryList" preload-page="3" :show-empty-view-reload="false" empty-view-text="还没有作品哦~" auto-show-back-to-top :auto-hide-loading-after-first-loaded="false" use-virtual-list use-compatibility-mode cell-height-mode="fixed" virtual-scroll-fps="100" default-page-size="50" @innerCellClick="innerCellClick" :inner-list-style="{ display: 'grid', 'grid-template-columns': 'repeat(2, minmax(0, 1fr))', padding: '0 16rpx', gap: '8rpx', }" virtual-list-col="2" hide-no-more-inside :extra-data="{ checkable: data.checkable, checkedList: data.checkedList, scoreReturnCallback: onScoreReturn, }" back-to-top-bottom="100rpx" :back-to-top-style="{ right: '30rpx', }" loading-more-no-more-text="我也是有底线的!">

Seedsa avatar Dec 20 '23 05:12 Seedsa

我也遇到了,vue3+微信小程序

wxj123654 avatar Jan 02 '24 08:01 wxj123654