update fe
This commit is contained in:
parent
b65ee27ce5
commit
950e3afe5f
|
@ -161,8 +161,11 @@
|
|||
</el-tooltip>
|
||||
<span style="float:right;text-align:right">
|
||||
<a @click="getUserHomeByUsername(row.uid, row.username)">
|
||||
<span class="contest-username"
|
||||
><span class="contest-rank-flag" v-if="row.rank == -1"
|
||||
<span class="contest-username">
|
||||
<span class="contest-rank-flag" v-if="row.uid == userInfo.uid"
|
||||
>Me</span
|
||||
>
|
||||
<span class="contest-rank-flag" v-if="row.rank == -1"
|
||||
>Star</span
|
||||
>
|
||||
<span class="contest-rank-flag" v-if="row.gender == 'female'"
|
||||
|
|
|
@ -164,8 +164,11 @@
|
|||
</el-tooltip>
|
||||
<span style="float:right;text-align:right">
|
||||
<a @click="getUserHomeByUsername(row.uid, row.username)">
|
||||
<span class="contest-username"
|
||||
><span class="contest-rank-flag" v-if="row.rank == -1"
|
||||
<span class="contest-username">
|
||||
<span class="contest-rank-flag" v-if="row.uid == userInfo.uid"
|
||||
>Me</span
|
||||
>
|
||||
<span class="contest-rank-flag" v-if="row.rank == -1"
|
||||
>Star</span
|
||||
>
|
||||
<span class="contest-rank-flag" v-if="row.gender == 'female'"
|
||||
|
|
Loading…
Reference in New Issue