88ae8fa4 by zhangmeng

二维码

1 parent 6267cbb2
......@@ -53,7 +53,7 @@
style="z-index: 999999" @click.stop="liveQrcodeShow=true"
>
<!-- 赛事直播-->
Live Streaming
Live Qrcode
</a>
<a
v-if="matchData.isCourseView==1"
......
......@@ -198,35 +198,35 @@
</div>
<div v-else class="son2">
<div v-if="matchData.chatQrcode">
<!-- <div style="font-size: 14px">群聊二维码</div>-->
<div class="qrTitle">{{ language == 0 ? '群二维码' : 'WhatsApp' }}</div>
<el-image
:preview-src-list="[fillImgUrl(matchData.chatQrcode)]"
:src="fillImgUrl(matchData.chatQrcode)"
fit="cover"
preview-teleported
style="width: 80px;height: 80px;margin-left: 10px"
style="width: 100px;height: 100px;margin-left: 10px"
/>
</div>
<div v-if="matchData.liveQrcode">
<!-- <div style="font-size: 14px">直播二维码</div>-->
<div class="qrTitle">{{ language == 0 ? '赛事直播' : "Live Qrcode" }}</div>
<el-image
:preview-src-list="[fillImgUrl(matchData.liveQrcode) ]"
:src="fillImgUrl(matchData.liveQrcode)"
fit="cover"
preview-teleported
style="width: 80px;height: 80px;margin-left: 10px"
style="width: 100px;height: 100px;margin-left: 10px"
/>
</div>
{{ matchData.cptQrcode }}
<div>
<!-- <div style="font-size: 14px"></div>-->
<div class="qrTitle">{{ language == 0 ? '小程序' : "UniApp" }}</div>
<el-image
v-if="matchData.qrcode"
:preview-src-list="[fillImgUrl(matchData.qrcode)]"
:src="fillImgUrl(matchData.qrcode)"
fit="cover"
preview-teleported
style="width: 80px;height: 80px;margin-left: 10px"
style="width: 100px;height: 100px;margin-left: 10px"
/>
</div>
......@@ -1734,4 +1734,11 @@ async function handelQR(id, type) {
display: flex;
}
}
.qrTitle {
font-size: 14px;
text-align: center;
height: 25px;
line-height: 25px;
}
</style>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!