Browse Source

submit按钮显示

natasha 2 years ago
parent
commit
86f7ce61dc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      src/components/Adult/Preview.vue
  2. 1 1
      src/views/courseView.vue

+ 1 - 1
src/components/Adult/Preview.vue

@@ -1394,7 +1394,7 @@ export default {
         }
       });
       this.visiblePreviewDialog = true;
-      this.submitUserAnswerNPC();
+    //   this.submitUserAnswerNPC();
     },
   }, // 如果页面有keep-alive缓存功能,这个函数会触发
 };

+ 1 - 1
src/views/courseView.vue

@@ -123,7 +123,7 @@ export default {
   created() {
     const _this = this;
     _this.bookId = this.$route.query.bookId;
-    // _this.isAnswerItemShow = true;
+    _this.isAnswerItemShow = true;
     // if (localStorage.getItem("Bookanswer")) {
     //   this.TaskModel = "ANSWER";
     // }