wechat-miniprogram / recycle-view

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

列表共有2项,使用splice 删除第一项时,整个recycle-view被清空 #46

Open codercatmomi opened 5 years ago

codercatmomi commented 5 years ago

如: recycleList 一共有2项, 使用 this.ctx.splice(0, 1) 删除第一项,则整个 recycleList 被清空

使用 this.ctx.splice(1, 1) 删除第二项,则正常

cunjinli6 commented 5 years ago

麻烦提供下代码片段