SmileZXLee / uni-z-paging

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

启用了use-chat-record-mode模式 列表里的子项都倒过来了 #112

Closed op89as closed 4 months ago

op89as commented 7 months ago

编译平台 使用HbuilderX还是npm方式编译出现的问题?(如:HbuilderX) HbuilderX 3.99 VUE版本 在vue2还是vue3中出现的问题,是nvue还是vue?(如:vue2+nvue) vue2+nvue 运行平台 在运行到哪个平台中出现的问题?(如:App、微信小程序、h5) H5以及APP z-paging版本 在哪个版本的z-paging中出现的问题? 2.5.9(这个版本一开始只有app里会出现且2024/1/30是正常的 1/31出现) 与 2.7.5(更新到该版本H5与App都出现) 问题描述 Snipaste_2024-01-31_15-37-14 自定义组件用xxx代替 `<z-paging use-chat-record-mode :auto="false" :refresher-enabled="false" :loading-more-enabled="false" bg-color="#f5f5f5" ref="paging" v-model="form" @query="queryList">

xxx {{ iconObj.add2 }} 新增记录
        </view>
        <z-paging-cell v-for="(item, index) in form" :key="index" :cellStyle="{
                padding: '15px 15px 0 15px'
            }">
            <view class="records-box">
                xxx
                <view class="records-box-input">
                    <text class="body-title">缺陷描述</text>
                    <view class="">
                        xxx
                    </view>
                </view>
                <view class="records-box-input">
                    <text class="body-title">缺陷等级</text>
                    <view @click="openPicker(index)" class="">
                        xxx
                    </view>
                </view>
                <view class="records-box-input" style="flex-direction: row;">
                    <text class="body-title">缺陷数量</text>
                    <view class="step">
                        xxx
                    </view>
                </view>
                <view class="records-box-btn">
                    xxx
                </view>
            </view>
        </z-paging-cell>
        <view slot="bottom" class="bottom-btn">
            xxx
        </view>
    </z-paging>`
SmileZXLee commented 7 months ago
image

写法有变更,请下载最新demo并参照demo写法