浏览代码

submit 按钮

natasha 2 年之前
父节点
当前提交
7a2744a66b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/courseView.vue

+ 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";
     // }