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
@@ -105,7 +105,7 @@ layout("/mobile/platform.html"){
<van-search
@search="doSearch"
maxlength="10"
placeholder="请输入社团名称进行查询"
placeholder="请输入协会名称进行查询"
shape="round"
v-model="pageForm.searchKeyword"
>
@@ -137,8 +137,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>