Browse Source

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

任一存 3 years ago
parent
commit
243075b256
1 changed files with 1 additions and 1 deletions
  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>