Commit 08cf2e47 authored by limingzhe's avatar limingzhe

fix: debug

parent a6579bf1
...@@ -580,9 +580,9 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy { ...@@ -580,9 +580,9 @@ export class FormComponent implements OnInit, OnChanges, OnDestroy {
this.wordDataArr = []; this.wordDataArr = [];
imageArr.forEach((element, index) => { audioArr.forEach((element, index) => {
this.wordDataArr.push({ this.wordDataArr.push({
imageFile: element, imageFile: imageArr[index],
textFile: newTextArr[index], textFile: newTextArr[index],
audioFile: audioArr[index], audioFile: audioArr[index],
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment