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

开启聊天记录模式 关闭底部加载 Ui 未变 #174

Open
xiaobai-abc opened this issue Dec 5, 2024 · 0 comments
Open

开启聊天记录模式 关闭底部加载 Ui 未变 #174

xiaobai-abc opened this issue Dec 5, 2024 · 0 comments

Comments

@xiaobai-abc
Copy link

编译平台
HbuilderX

VUE版本
vue3

运行平台
小程序 H5

z-paging版本
2.8.3

问题描述
使用聊天记录模式
loading-more-enabled => false
to-bottom-loading-more-enabled => false

尝试设置下拉底部加载更多功能
其实设置了聊天记录模式 就反过来了 底部加载就变成 上拉顶部加载记录数据了
这时候 功能没有问题 确实实现了

!!!!!!!!!
但是 加载更多的图标一直显示
Snipaste_2024-12-05_16-07-17

<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"
>

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

1 participant