diff --git a/uniapp-extend/uni_modules/helang-waterfall/changelog.md b/uniapp-extend/uni_modules/helang-waterfall/changelog.md index ab28fbd05b9945e58933b301e3247f2bc73c164d..70069246bb3cf17180543ee9251e53a1c851801b 100644 --- a/uniapp-extend/uni_modules/helang-waterfall/changelog.md +++ b/uniapp-extend/uni_modules/helang-waterfall/changelog.md @@ -1,3 +1,5 @@ +## 1.2.2(2024-10-18) +- [修复] 解决了因为数据id重复导致的 小程序平台 waterfall-item 组件不会重新渲染的问题 ## 1.2.1(2024-10-07) 全新升级为组件+插槽的方案实现,极大的简便了组件的使用和内容调整。 ## 1.1.6(2022-10-24) diff --git a/uniapp-extend/uni_modules/helang-waterfall/components/waterfall/waterfall-list.vue b/uniapp-extend/uni_modules/helang-waterfall/components/waterfall/waterfall-list.vue index 2a3a10a3ef386f12854aaf45d717cbbe5e344857..91f608a3db945bdfb8e3a17736a14f87d24c27ce 100644 --- a/uniapp-extend/uni_modules/helang-waterfall/components/waterfall/waterfall-list.vue +++ b/uniapp-extend/uni_modules/helang-waterfall/components/waterfall/waterfall-list.vue @@ -20,12 +20,16 @@