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

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

Open
wspromise opened this issue Sep 18, 2023 · 4 comments

Comments

@wspromise
Copy link

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

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

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

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

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

@SmileZXLee
Copy link
Owner

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

@Seedsa
Copy link

Seedsa commented Dec 20, 2023

同样的问题

@Seedsa
Copy link

Seedsa commented Dec 20, 2023

同样的问题

<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="我也是有底线的!">

@wxj123654
Copy link

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

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

4 participants