Skip to content

Commit 135ca00

Browse files
committed
细节调整
Signed-off-by: Devin <devin87@qq.com>
1 parent 74104d4 commit 135ca00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/image-single.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@
6868

6969
this.ops.view.innerHTML = '';
7070

71-
this.list = [task];
72-
this.map[task.id] = task;
71+
this.list = [];
72+
this.map = {};
7373
this.index = 0;
7474
this.workerIdle = 1;
7575
},

0 commit comments

Comments
 (0)