为什么recycle-view组件设置了width属性后列表数据不渲染了。
recycleWidth设置的是屏幕一半的宽度
<recycle-view id="recycle_blue" batch="{{batchSetRecycleData2}}" width="{{recycleWidth}}" height="{{caseHeight - 15}}" lower-threshold="50" bindscrolltolower="scrollto" catchscroll="onScroll">
</recycle-view>
图片是去掉width属性后的效果
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
我这更难受,列表不回收了,不知道为啥
老哥,你 append() 数据的时候,有报 Cannot read property 'concat' of undefined 这个错误么