fc55ed16 by zhangmeng

线上版本

1 parent f6f94041
......@@ -439,8 +439,8 @@
</div>
<!-- 邀请函-->
<div v-if="matchData.leagueId==0" class="fixed_gg_l yaoQing">
<img v-if="matchData.invitationSw==1" src="@/assets/logo/Invitation_c.png" @click="applyInvitation">
<div class="fixed_gg_l yaoQing">
<img src="@/assets/logo/Invitation_c.png" @click="applyInvitation">
<div v-if="clubImage" style="padding-left: 7px;">
<el-image
:preview-src-list="[clubImage]"
......
......@@ -420,8 +420,8 @@
</div>
<!-- 邀请函-->
<div v-if="matchData.leagueId==0" class="fixed_gg_l yaoQing">
<img v-if="matchData.invitationSw==1" src="@/assets/logo/Invitation_e.png" @click="applyInvitation">
<div class="fixed_gg_l yaoQing">
<img src="@/assets/logo/Invitation_e.png" @click="applyInvitation">
<div style="padding-left: 7px;">
<el-image
v-if="clubImage"
......
......@@ -433,7 +433,7 @@
</div>
<div v-if="matchData.leagueId==0" class="fixed_gg_l" @click="applyInvitation">
<div v-if="matchData.invitationSw==1">
<div>
<img v-if="language==0" src="@/assets/logo/Invitation_c.png">
<img v-else src="@/assets/logo/Invitation_e.png">
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!