|
|
@@ -506,6 +506,7 @@ export default {
|
|
|
* 点击后退按钮
|
|
|
*/
|
|
|
clickLeft() {
|
|
|
+ this.questionOverNum()
|
|
|
if (this.bankType == 1) {
|
|
|
let ansCount = this.questionOverNum(); //已答题数
|
|
|
this.lastCount = this.questionList.length - ansCount; //统计未答完的题数
|
|
|
@@ -575,6 +576,7 @@ export default {
|
|
|
console.log(item,444)
|
|
|
}
|
|
|
} else if (item.type == 5) {
|
|
|
+ console.log(item,5)
|
|
|
//简答题
|
|
|
if (item.ansText.text.length || item.ansText.imageList.length) {
|
|
|
count++;
|