소스 검색

Merge branch 'master' of http://192.168.0.115:3000/shaogen1995/ShouBo

任一存 3 년 전
부모
커밋
243075b256
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/src/views/JoinSupport/VolunteerInfo.vue

+ 1 - 1
web/src/views/JoinSupport/VolunteerInfo.vue

@@ -5,7 +5,7 @@
     <div class="txt" v-html="info.txt"></div>
     <div v-if="info.card">
       <div class="card" v-for="(item, index) in info.card" :key="index">
-        <h2>Requirements <span></span></h2>
+        <h2>{{item.h2}} <span></span></h2>
         <div class="pp" v-html="item.pp"></div>
         <!-- 红色小圈 -->
         <div class="quan"></div>