邀请函限制
Showing
3 changed files
with
7 additions
and
6 deletions
| ... | @@ -440,8 +440,7 @@ | ... | @@ -440,8 +440,7 @@ |
| 440 | 440 | ||
| 441 | <!-- 邀请函--> | 441 | <!-- 邀请函--> |
| 442 | <div v-if="matchData.leagueId==0" class="fixed_gg_l yaoQing"> | 442 | <div v-if="matchData.leagueId==0" class="fixed_gg_l yaoQing"> |
| 443 | <img v-if="language==0" src="@/assets/logo/Invitation_c.png" @click="applyInvitation"> | 443 | <img v-if="matchData.invitationSw==1" src="@/assets/logo/Invitation_c.png" @click="applyInvitation"> |
| 444 | <img v-else src="@/assets/logo/Invitation_e.png" @click="applyInvitation"> | ||
| 445 | <div v-if="clubImage" style="padding-left: 7px;"> | 444 | <div v-if="clubImage" style="padding-left: 7px;"> |
| 446 | <el-image | 445 | <el-image |
| 447 | :preview-src-list="[clubImage]" | 446 | :preview-src-list="[clubImage]" | ... | ... |
| ... | @@ -421,8 +421,7 @@ | ... | @@ -421,8 +421,7 @@ |
| 421 | 421 | ||
| 422 | <!-- 邀请函--> | 422 | <!-- 邀请函--> |
| 423 | <div v-if="matchData.leagueId==0" class="fixed_gg_l yaoQing"> | 423 | <div v-if="matchData.leagueId==0" class="fixed_gg_l yaoQing"> |
| 424 | <img v-if="language==0" src="@/assets/logo/Invitation_c.png" @click="applyInvitation"> | 424 | <img v-if="matchData.invitationSw==1" src="@/assets/logo/Invitation_e.png" @click="applyInvitation"> |
| 425 | <img v-else src="@/assets/logo/Invitation_e.png" @click="applyInvitation"> | ||
| 426 | <div style="padding-left: 7px;"> | 425 | <div style="padding-left: 7px;"> |
| 427 | <el-image | 426 | <el-image |
| 428 | v-if="clubImage" | 427 | v-if="clubImage" | ... | ... |
| ... | @@ -433,8 +433,11 @@ | ... | @@ -433,8 +433,11 @@ |
| 433 | </div> | 433 | </div> |
| 434 | 434 | ||
| 435 | <div v-if="matchData.leagueId==0" class="fixed_gg_l" @click="applyInvitation"> | 435 | <div v-if="matchData.leagueId==0" class="fixed_gg_l" @click="applyInvitation"> |
| 436 | <img v-if="language==0" src="@/assets/logo/Invitation_c.png"> | 436 | <div v-if="matchData.invitationSw==1"> |
| 437 | <img v-else src="@/assets/logo/Invitation_e.png"> | 437 | <img v-if="language==0" src="@/assets/logo/Invitation_c.png"> |
| 438 | <img v-else src="@/assets/logo/Invitation_e.png"> | ||
| 439 | </div> | ||
| 440 | |||
| 438 | </div> | 441 | </div> |
| 439 | 442 | ||
| 440 | <affix-invitation ref="dialogInvitationRef" /> | 443 | <affix-invitation ref="dialogInvitationRef" /> | ... | ... |
-
Please register or sign in to post a comment