tdesign-miniprogram icon indicating copy to clipboard operation
tdesign-miniprogram copied to clipboard

[upload] remove事件返回的index值异常(无法删除最后一张或者多张删除错乱删除),index值没有跟随删除后的序号而更新

Open llyyayx opened this issue 11 months ago • 10 comments

tdesign-miniprogram 版本

1.2.9

重现链接

No response

重现步骤

选择多张照片(大于等于三张,使用统一上传方式),无序删除出现此问题

期望结果

删除后更新index值

实际结果

No response

基础库版本

3.3.4

补充说明

handleRemove(e) { const { index } = e.detail const { fileList } = this.data fileList.splice(index, 1) this.setData({ fileList }) }

llyyayx avatar Mar 23 '24 14:03 llyyayx