natasha 2 лет назад
Родитель
Сommit
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";
     // }