diff --git a/pages/exam/answer.vue b/pages/exam/answer.vue
index 1e56834..9c886de 100644
--- a/pages/exam/answer.vue
+++ b/pages/exam/answer.vue
@@ -42,7 +42,7 @@
正确答案:{{item.isAnswer?toLetter(a+1):''}}
-
+
解析:{{curItem.analysis}}
@@ -86,7 +86,7 @@
},
onLoad(options) {
- //console.log(options, 'options')
+ console.log(options, 'options')
this.answerId = options.id;
if(options.showAnswer){
this.showAnswer=options.showAnswer=='true'? true:false;
diff --git a/pages/exam/exam.vue b/pages/exam/exam.vue
index 3bf5738..3cd30eb 100644
--- a/pages/exam/exam.vue
+++ b/pages/exam/exam.vue
@@ -299,9 +299,9 @@
this.testStatus = 2;
this.startReckon();
//60秒后执行保存处理,这里和pc端不一致,不做延迟,直接保存考试信息
- //window.setTimeout(function() {
- //$this.saveUserTest();
- //}, 10000);
+ // window.setTimeout(function() {
+ $this.saveUserTest();
+ // }, 10000);
} else {
this.startButton = false;
uni.showLoading({