|
@@ -4372,9 +4372,10 @@ export default {
|
|
|
url: data.Location,
|
|
|
uid: file.uid,
|
|
|
type: type,
|
|
|
- text: string + '' + (_this.unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
|
- itemTaskIndex
|
|
|
- ].chapterData.length + 1),
|
|
|
+ text: string,
|
|
|
+ // text: string + '' + (_this.unitJson[unitIndex].chapterInfo[0].taskJson[
|
|
|
+ // itemTaskIndex
|
|
|
+ // ].chapterData.length + 1),
|
|
|
});
|
|
|
_this.imgChange1(null, null, type, itemTaskIndex);
|
|
|
} else if (type == 4) {
|