shaogen1995 il y a 3 ans
Parent
commit
ea42e585db
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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>