|
@@ -7218,10 +7218,8 @@ export default {
|
|
|
|
|
|
if(i == 69){
|
|
|
if (
|
|
|
- this.unitJson[this.unitIndex].chapterInfo[0].taskJson[itemTaskIndex]
|
|
|
- .toolChoose[toolIndex].englishList.engTitle == "" ||
|
|
|
- this.unitJson[this.unitIndex].chapterInfo[0].taskJson[itemTaskIndex]
|
|
|
- .toolChoose[toolIndex].englishList.englishText == ""
|
|
|
+ !this.unitJson[this.unitIndex].chapterInfo[0].taskJson[itemTaskIndex]
|
|
|
+ .toolChoose[toolIndex].englishList
|
|
|
) {
|
|
|
this.openTools(itemTaskIndex, 69, toolIndex);
|
|
|
return;
|