Browse Source

代码退回

刘洋 1 year ago
parent
commit
850bae2eb4
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/features/OnlineExam/Examing/QuestionBody.vue

+ 2 - 1
src/features/OnlineExam/Examing/QuestionBody.vue

@@ -67,7 +67,8 @@ function cutNbsp(str: string) {
 
 <template>
   <div v-if="questionSegements" class="question-body">
-    <div v-html="cutNbsp(questionSegements.text)"></div>
+    <!-- <div v-html="cutNbsp(questionSegements.text)"></div> -->
+    <div v-html="questionSegements.text"></div>
 
     <div
       v-for="item in questionSegements.audios"