wechat-miniprogram / recycle-view

recycle-view: a wechat miniprogram custom component
MIT License
635 stars 72 forks source link

修复页面多个recycle-view时 传入 自定义的不同 batch-key 不能正确生效等问题 #81

Closed wc19950724 closed 1 year ago

wc19950724 commented 2 years ago

1、经测试 sizeMap并不能每次都获取到正确的最大值 col < rectEachLine 更改为 col <= rectEachLine 2、同一页面使用多个recycle-view时 自定义 batch-key 不能正确触发监听 batch obj[comp.data.batchKey] = !this.data.batchSetRecycleData 更改为 obj[comp.data.batchKey] = !comp.data.batch 3、新增下拉刷新功能 API 已暴露给用户自定义

wc19950724 commented 2 years ago

@JuneAndGreen @cnjack 请审核

JuneAndGreen commented 2 years ago

@Tidyzq 帮忙看看

wc19950724 commented 2 years ago

@JuneAndGreen 有后续吗?