浏览代码

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>