Browse Source

去掉问答答案

shaogen1995 4 năm trước cách đây
mục cha
commit
f15145c134
1 tập tin đã thay đổi với 2 bổ sung4 xóa
  1. 2 4
      web/src/views/gui/menu.vue

+ 2 - 4
web/src/views/gui/menu.vue

@@ -381,9 +381,7 @@
         <div class="moTopic" v-if="state === 'one'">
           <div class="topic_head">
             <p>
-              {{ topicInd + 1 }}、{{ topic[topicInd].title }}-{{
-                topic[topicInd].correct
-              }}
+              {{ topicInd + 1 }}、{{ topic[topicInd].title }}
             </p>
           </div>
           <ul class="moTopic_con">
@@ -640,7 +638,7 @@
         <!-- 题目 -->
         <div class="topic" v-if="state === 'one'">
           <div class="topic_head">
-            <p>{{ topic[topicInd].title }}-{{ topic[topicInd].correct }}</p>
+            <p>{{ topic[topicInd].title }}</p>
             <span>第{{ topicInd + 1 }}题 / 第10题</span>
           </div>
           <ul class="topic_con">