natasha 2 years ago
parent
commit
b97dbf39e8
2 changed files with 4 additions and 1 deletions
  1. 1 1
      package.json
  2. 3 0
      src/views/courseView.vue

+ 1 - 1
package.json

@@ -17,7 +17,7 @@
     "@tinymce/tinymce-vue": "^3.2.8",
     "awe-dnd": "^0.3.4",
     "axios": "0.18.1",
-    "book-ui": "file:../GCLS-Book-question-ui/book-ui-0.3.40.tgz",
+    "book-ui": "file:../GCLS-Book-question-ui/book-ui-0.3.42.tgz",
     "cnchar": "^3.0.1",
     "cnchar-all": "^3.0.1",
     "cnchar-order": "^3.0.1",

+ 3 - 0
src/views/courseView.vue

@@ -86,6 +86,7 @@
             :isShowSave="false"
             @finishTaskMaterial="finishTaskMaterial"
             :bookAnswerContent="bookAnswerContent"
+            :isAnswerItemShow="true"
           />
         </template>
         <template v-if="category == 'NNPE'">
@@ -98,6 +99,7 @@
             :change-id="changeId"
             :themeColor="themeColor"
             :isShowTitle="true"
+            :isAnswerItemShow="true"
           />
         </template>
         <template v-if="category == 'RLC'">
@@ -111,6 +113,7 @@
             :themeColor="themeColor"
             :isShowTitle="true"
             :bookFontSize="bookFontSize"
+            :isAnswerItemShow="true"
           />
         </template>
       </div>