wechat-miniprogram / recycle-view

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

修复sizeMap不能正确找到最大值 #79

Closed wc19950724 closed 2 years ago

wc19950724 commented 2 years ago

sizeMap 的 key 结构是 0.0 0.1 1.0 1.1 时 for (let col = 0; col < rectEachLine; col++) 不能正确遍历到所有key值