From 8647a994422ca799fbfb2ecc1bd4d1d5a267704c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=85=86=E7=A5=A5?= Date: Thu, 3 Nov 2022 11:33:16 +0800 Subject: [PATCH] v2.4.8-released --- z-paging/uni_modules/z-paging/changelog.md | 8 ++++---- .../components/z-paging-swiper/z-paging-swiper.vue | 2 +- .../z-paging/components/z-paging/js/z-paging-constant.js | 2 +- .../uni_modules/z-paging/components/z-paging/z-paging.vue | 4 ++-- z-paging/uni_modules/z-paging/package.json | 2 +- z-paging/uni_modules/z-paging/readme.md | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/z-paging/uni_modules/z-paging/changelog.md b/z-paging/uni_modules/z-paging/changelog.md index e99a9f5f..dc394865 100644 --- a/z-paging/uni_modules/z-paging/changelog.md +++ b/z-paging/uni_modules/z-paging/changelog.md @@ -1,4 +1,4 @@ -## 2.4.7(2022-10-27) -1.新增`refresher-vibrate`,支持下拉刷新时下拉到“松手立即刷新”状态时手机短振动反馈。 -2.修复在微信小程序中偶现的切换tab刷新列表时偶现的会短暂看到“点击加载更多”的问题。 -3.优化代码结构。 +## 2.4.8(2022-11-03) +1.修复在vue3+nvue中聊天记录模式颠倒的问题。 +2.修复在vue3+nvue中`swiper-demo`列表无法展示的问题。 +3.修复在vue3+vue中`swiper-demo`页面报错的问题。 diff --git a/z-paging/uni_modules/z-paging/components/z-paging-swiper/z-paging-swiper.vue b/z-paging/uni_modules/z-paging/components/z-paging-swiper/z-paging-swiper.vue index 336f86a9..b83da6b3 100644 --- a/z-paging/uni_modules/z-paging/components/z-paging-swiper/z-paging-swiper.vue +++ b/z-paging/uni_modules/z-paging/components/z-paging-swiper/z-paging-swiper.vue @@ -148,8 +148,8 @@ delayTime = 10; // #endif setTimeout(() => { - const query = uni.createSelectorQuery().in(this); ['left','right'].map(position => { + const query = uni.createSelectorQuery().in(this); query.select(`.zp-swiper-${position}`).boundingClientRect(res => { this.$set(this.swiperContentStyle, position, res ? res.width + 'px' : '0px'); }).exec(); diff --git a/z-paging/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js b/z-paging/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js index 907c80b0..510c72e1 100644 --- a/z-paging/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js +++ b/z-paging/uni_modules/z-paging/components/z-paging/js/z-paging-constant.js @@ -1,7 +1,7 @@ // [z-paging]常量 export default { - version: '2.4.7', + version: '2.4.8', delayTime: 100, errorUpdateKey: 'z-paging-error-emit', completeUpdateKey: 'z-paging-complete-emit', diff --git a/z-paging/uni_modules/z-paging/components/z-paging/z-paging.vue b/z-paging/uni_modules/z-paging/components/z-paging/z-paging.vue index d39f19a0..cc05811e 100644 --- a/z-paging/uni_modules/z-paging/components/z-paging/z-paging.vue +++ b/z-paging/uni_modules/z-paging/components/z-paging/z-paging.vue @@ -4,7 +4,7 @@ / /_____| |_) | (_| | (_| | | | | | (_| | /___| | .__/ \__,_|\__, |_|_| |_|\__, | |_| |___/ |___/ -v2.4.7 (2022-10-27) +v2.4.8 (2022-11-03) by ZXLee --> @@ -96,7 +96,7 @@ by ZXLee