|
@@ -2578,7 +2578,6 @@ export default {
|
|
|
* 简答题答案确认
|
|
* 简答题答案确认
|
|
|
*/
|
|
*/
|
|
|
submitAns(bankindex) {
|
|
submitAns(bankindex) {
|
|
|
- console.log(this.questionList[bankindex]);
|
|
|
|
|
if (
|
|
if (
|
|
|
!this.questionList[bankindex].ansText.text &&
|
|
!this.questionList[bankindex].ansText.text &&
|
|
|
!this.questionList[bankindex].ansText.imageList.length
|
|
!this.questionList[bankindex].ansText.imageList.length
|
|
@@ -2595,6 +2594,7 @@ export default {
|
|
|
imageList: this.questionList[bankindex].ansText.imageList || [],
|
|
imageList: this.questionList[bankindex].ansText.imageList || [],
|
|
|
text: this.questionList[bankindex].ansText.text || "",
|
|
text: this.questionList[bankindex].ansText.text || "",
|
|
|
});
|
|
});
|
|
|
|
|
+ this.$u.toast("已确认答案");
|
|
|
this.isDoOver();
|
|
this.isDoOver();
|
|
|
},
|
|
},
|
|
|
|
|
|
|
@@ -2622,6 +2622,7 @@ export default {
|
|
|
[],
|
|
[],
|
|
|
text: this.questionList[bankindex].jsonStr[ansindex].ansText.text || "",
|
|
text: this.questionList[bankindex].jsonStr[ansindex].ansText.text || "",
|
|
|
});
|
|
});
|
|
|
|
|
+ this.$u.toast("已确认答案");
|
|
|
this.isDoOver();
|
|
this.isDoOver();
|
|
|
},
|
|
},
|
|
|
isCheck(item, index) {
|
|
isCheck(item, index) {
|