bb4a4e9e by zhangmeng

官网

1 parent 310a417a
......@@ -442,7 +442,7 @@
<div v-if="matchData.leagueId==0" class="fixed_gg_l yaoQing">
<img v-if="language==0" src="@/assets/logo/Invitation_c.png" @click="applyInvitation">
<img v-else src="@/assets/logo/Invitation_e.png" @click="applyInvitation">
<div style="padding-left: 7px;">
<div v-if="clubImage" style="padding-left: 7px;">
<el-image
:preview-src-list="[clubImage]"
:src="clubImage"
......@@ -455,7 +455,7 @@
</div>
<!-- 群聊-->
<div class="fixed_gg_l club">
<div v-if="matchData.chatQrcode" class="fixed_gg_l club">
<el-image
:preview-src-list="[ fillImgUrl(matchData.chatQrcode) ]"
:src="fillImgUrl(matchData.chatQrcode)"
......@@ -467,7 +467,7 @@
<affix-invitation ref="dialogInvitationRef" />
<el-dialog v-model="liveQrcodeShow" :title="language==0?'赛事直播' :'Live QR Code'" width="500px">
<div style="display: flex;justify-content: space-between">
<div v-if="matchData.liveQrcode" style="display: flex;justify-content: space-between">
<el-image
:src="fillImgUrl(matchData.liveQrcode)"
fit="cover"
......
......@@ -425,6 +425,7 @@
<img v-else src="@/assets/logo/Invitation_e.png" @click="applyInvitation">
<div style="padding-left: 7px;">
<el-image
v-if="clubImage"
:preview-src-list="[clubImage]"
:src="clubImage"
fit="cover"
......@@ -434,9 +435,9 @@
</div>
</div>
<!-- 群聊-->
<div class="fixed_gg_l club">
<div v-if="matchData.chatQrcode" class="fixed_gg_l club">
<el-image
:preview-src-list="[ fillImgUrl(matchData.chatQrcode) ]"
:preview-src-list="[ fillImgUrl(matchData.chatQrcode)]"
:src="fillImgUrl(matchData.chatQrcode)"
fit="cover"
preview-teleported
......@@ -448,6 +449,7 @@
<el-dialog v-model="liveQrcodeShow" :title="language==0?'赛事直播' :'Live QR Code'" width="500px">
<div style="display: flex;justify-content: space-between">
<el-image
v-if="matchData.liveQrcode"
:src="fillImgUrl(matchData.liveQrcode)"
fit="cover"
style="width: 450px;"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!