From 6c17058f615f9b0e34a0dbf65c3d29bd3801eb5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E5=8B=A4=E6=B0=91?= Date: Wed, 12 Mar 2025 18:31:09 +0800 Subject: [PATCH] =?UTF-8?q?fix(basic):=20=E4=BC=98=E5=8C=96=20RefreshView?= =?UTF-8?q?=20=E7=BB=84=E4=BB=B6=E7=9A=84=E5=8A=A0=E8=BD=BD=E6=9B=B4?= =?UTF-8?q?=E5=A4=9A=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修改了 RefreshView 组件的 onLoadMore 参数逻辑 - 当不包含 onLoadMore 参数时,上划不再提示"没有更多数据了" --- CHANGELOG.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 569508b..9ba1ec2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,20 @@ +# [v1.0.9] 2025.xx.xx + +> - `RefreshView`参数不包含`onLoadMore`的时候,上划不应该提示`没有更多数据了` +> + # [v1.0.8] 2025.03.11 > - 添加`ToolsHelper.getDeviceInfo().productModel` -> +> - - # [v1.0.7] 2025.03.11 +# [v1.0.7] 2025.03.11 > - 调整web相关,添加JavaScript机制,用来做H5和原生通信 > - `TimerHelper`添加时间格式化方法 -> +> - - # [v1.0.6] 2024.12.02 +# [v1.0.6] 2024.12.02 > - 优化confirm弹窗样式 > - ToolsHelper优化