This commit is contained in:
Paidax
2024-12-19 08:51:46 +08:00
parent 3b4c3e1552
commit 3e4ed35a7c
96 changed files with 317 additions and 317 deletions
@@ -142,7 +142,7 @@ layout("/mobile/platform.html"){
<!--top栏-->
<van-nav-bar
title="加入社团"
title="加入协会"
left-arrow
placeholder
fixed
@@ -157,7 +157,7 @@ layout("/mobile/platform.html"){
shape="round"
maxlength="10"
@search="doSearch"
placeholder="请输入社团名称进行查询"
placeholder="请输入协会名称进行查询"
>
</van-search>
@@ -188,8 +188,8 @@ layout("/mobile/platform.html"){
<div style="color: grey">{{o.location}}</div>
</div>
<div style="color: #1867b0; white-space: nowrap;">
<span v-if="o.status==1">社团审核</span>
<span v-if="o.status==2" style="color: red">社团拒绝</span>
<span v-if="o.status==1">协会审核</span>
<span v-if="o.status==2" style="color: red">协会拒绝</span>
<span v-if="o.status==3">待校工会审核</span>
<span v-if="o.status==4" style="color: red">校工会拒绝</span>
<span v-if="o.status==5" style="color: green">审核通过</span>
@@ -258,7 +258,7 @@ layout("/mobile/platform.html"){
基础信息
</div>
<div class="van-card-body">
<van-cell title="社团名称">{{ detailData.name }}</van-cell>
<van-cell title="协会名称">{{ detailData.name }}</van-cell>
<van-cell title="成立时间">{{ detailData.foundtime }}</van-cell>
<van-cell title="报名联系人">{{ detailData.fzrname }}</van-cell>
<van-cell title="所属单位">{{ detailData.fzr_unit_name }}</van-cell>