wechat-miniprogram / recycle-view

recycle-view: a wechat miniprogram custom component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

codercatmomi opened this issue · comments

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

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

麻烦提供下代码片段