lex-xin 3 years ago
parent
commit
3e6f9600e4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/audition/CourseEvaluation.vue

+ 1 - 1
src/views/audition/CourseEvaluation.vue

@@ -112,7 +112,7 @@
       </van-cell>
     </van-cell-group>
 
-    <div class="button-group" v-if="!reviewId">
+    <div class="button-group">
       <van-button type="primary" round size="large" @click="submitReview">
         {{ !reviewId ? '提交评价' : '修改评价' }}
       </van-button>