SmileZXLee / uni-z-paging

【uni-app下拉刷新、上拉加载】高性能,全平台兼容。支持vue、nvue、vue2、vue3,使用wxs+renderjs实现。支持虚拟列表,支持自定义下拉刷新、上拉加载更多,支持自动管理空数据图、点击返回顶部,支持聊天分页、本地分页,支持国际化等100+项配置
https://z-paging.zxlee.cn
MIT License
945 stars 71 forks source link

开启了聊天记录模式use-chat-record-mode,往上拉加载新数据时,页面也会跳到最顶部,而不是从加载的第一条开始看。比方说 顶部 是 数据 19,加载更多后直接就跳到了最顶部29的数据,而不是还在20/19位置。我这还有个问题就是空视图不显示。 #107

Closed yuanteng666 closed 6 months ago

yuanteng666 commented 10 months ago

编译平台 HbuilderX 最新版

VUE版本 vue3

运行平台 微信小程序、h5

z-paging版本 2.6.9

问题描述 <z-paging ref="paging" v-model="items" @query="queryList" use-chat-record-mode>

        <template #top>
            <view class="headter">我是头</view>
        </template>
        <view class="item" v-for="(item, index) in items" :key="index">
            {{ item }}
        </view>

        <template #bottom>
            <input :adjust-position="dont" class="input" confirm-type="send" type="text" placeholder="请输入内容" @confirm="doSend" />
        </template>
    </z-paging>

`

SmileZXLee commented 10 months ago

v2.7.0 带来了全新设计的聊天记录模式,完全解决了聊天记录模式滚动加载更多闪动和微信小程序中导航栏被顶上去的问题!欢迎更新体验!