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