微信小程序瀑布流组件 SL-WX-Compent-Waterfall - 更新日志
1.0.2(2024-11-20)
- 优化dom问题判断
1.0.1(2024-11-18)
- 优化
| 属性 | 说明 | 类型 | 默认值 | 可选值 |
|---|---|---|---|---|
| backTopShow | 返回顶部 | Boolean | true | true/false |
| scrollwithanimation | scroll-view (scroll-with-animation) | Boolean | true | true/false |
| isnextpage | 是否已是最后一页 | Boolean | false | true/false |
| imgSrc | 列表中图片字段 | String | src (与列表中图片字段对应) | --- |
| 方法 | 说明 | 接收值 |
|---|---|---|
| backTop | 返回顶部 (使用ref方式调用) | val (true 初始化数据) |
| Init | 数据处理渲染(使用ref方式调用) | arr (列表包含图片) |
| scroll | 滚动事件 | scrollTop (当前滚动的距离) |
| scrolltolower | 触底事件 | --- |
| 插槽 | 说明 | 接收值 |
|---|---|---|
| top | 列表上方的内容 | --- |
| bottom | 列表下方的内容 | --- |
| Backtotop | 自定义返回顶部样式 | --- |
| left | 列表左侧循环渲染的内容 | item |
| right | 列表右侧循环渲染的内容 | item |
1.0.0(2024-11-13)
瀑布流