We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
编译平台 HbuilderX
VUE版本 vue3
运行平台 小程序 H5
z-paging版本 2.8.3
问题描述 使用聊天记录模式 loading-more-enabled => false to-bottom-loading-more-enabled => false
尝试设置下拉底部加载更多功能 其实设置了聊天记录模式 就反过来了 底部加载就变成 上拉顶部加载记录数据了 这时候 功能没有问题 确实实现了
!!!!!!!!! 但是 加载更多的图标一直显示
<z-paging ref="pagingRef" v-model="messageList" use-chat-record-mode safe-area-inset-bottom bottom-bg-color="#f8f8f8" @query="onQueryList" @keyboardHeightChange="onKeyboardHeightChange" @hidedKeyboard="onHidedKeyboard" :loading-more-enabled="false" :to-bottom-loading-more-enabled="false" >
The text was updated successfully, but these errors were encountered:
No branches or pull requests
编译平台
HbuilderX
VUE版本
vue3
运行平台
小程序 H5
z-paging版本
2.8.3
问题描述
使用聊天记录模式
loading-more-enabled => false
to-bottom-loading-more-enabled => false
尝试设置下拉底部加载更多功能
其实设置了聊天记录模式 就反过来了 底部加载就变成 上拉顶部加载记录数据了
这时候 功能没有问题 确实实现了
!!!!!!!!!
但是 加载更多的图标一直显示
<z-paging
ref="pagingRef"
v-model="messageList"
use-chat-record-mode
safe-area-inset-bottom
bottom-bg-color="#f8f8f8"
@query="onQueryList"
@keyboardHeightChange="onKeyboardHeightChange"
@hidedKeyboard="onHidedKeyboard"
:loading-more-enabled="false"
:to-bottom-loading-more-enabled="false"
>
The text was updated successfully, but these errors were encountered: