xiatian 5 anni fa
parent
commit
00361f116b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/modules/questions/views/EditPaper.vue

+ 1 - 1
src/modules/questions/views/EditPaper.vue

@@ -784,7 +784,7 @@
             <span v-show="uploadAnswerLoading">正在上传中...</span>
           </el-button>
         </form>
-        <div style="margin-top: 20px;" v-if="checkResultAnswer">
+        <div style="margin-top: 20px;">
           <span style="color: #ff4949;" v-show="answerMessage != ''">{{
             answerMessage
           }}</span>