mirror of
https://gitee.com/TSpecific/tuniao-ui.git
synced 2026-03-07 08:14:01 +08:00
[fix] 修复拖拽上传图片组件,删除第一个图片会与添加按钮重叠的bug
This commit is contained in:
@@ -555,6 +555,7 @@
|
|||||||
this.lists.splice(index, 1)
|
this.lists.splice(index, 1)
|
||||||
this.show = false;
|
this.show = false;
|
||||||
setTimeout(()=>{
|
setTimeout(()=>{
|
||||||
|
this.show = true;
|
||||||
// 重新排列列表信息
|
// 重新排列列表信息
|
||||||
for (let item of this.lists) {
|
for (let item of this.lists) {
|
||||||
if (item.index > currentItemIndex) {
|
if (item.index > currentItemIndex) {
|
||||||
|
|||||||
Reference in New Issue
Block a user