88f5a7bf by zhangmeng

邀请函限制

1 parent 3521b5f5
...@@ -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,10 +433,13 @@ ...@@ -433,10 +433,13 @@
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 <img v-if="language==0" src="@/assets/logo/Invitation_c.png"> 437 <img v-if="language==0" src="@/assets/logo/Invitation_c.png">
437 <img v-else src="@/assets/logo/Invitation_e.png"> 438 <img v-else src="@/assets/logo/Invitation_e.png">
438 </div> 439 </div>
439 440
441 </div>
442
440 <affix-invitation ref="dialogInvitationRef" /> 443 <affix-invitation ref="dialogInvitationRef" />
441 <div style="height: 50px" /> 444 <div style="height: 50px" />
442 445
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!