直播二维码
Showing
1 changed file
with
6 additions
and
6 deletions
| ... | @@ -165,21 +165,21 @@ | ... | @@ -165,21 +165,21 @@ |
| 165 | <div v-if="matchData.chatQrcode||matchData.liveQrcode||matchData.qrcode"> | 165 | <div v-if="matchData.chatQrcode||matchData.liveQrcode||matchData.qrcode"> |
| 166 | <div class="father"> | 166 | <div class="father"> |
| 167 | <div v-if="matchData.type!=1" class="son"> | 167 | <div v-if="matchData.type!=1" class="son"> |
| 168 | <div v-if="matchData.chatQrcode"> | 168 | <div v-if="matchData.liveQrcode"> |
| 169 | <div class="qrTitle2">{{ language == 0 ? '赛事直播' : "Live Qrcode" }}</div> | 169 | <div class="qrTitle2">{{ language == 0 ? '赛事直播' : "Live Qrcode" }}</div> |
| 170 | <el-image | 170 | <el-image |
| 171 | :preview-src-list="[fillImgUrl(matchData.chatQrcode)]" | 171 | :preview-src-list="[fillImgUrl(matchData.liveQrcode)]" |
| 172 | :src="fillImgUrl(matchData.chatQrcode)" | 172 | :src="fillImgUrl(matchData.liveQrcode)" |
| 173 | fit="cover" | 173 | fit="cover" |
| 174 | preview-teleported | 174 | preview-teleported |
| 175 | style="width: 50px;height: 50px;margin-left: 10px" | 175 | style="width: 50px;height: 50px;margin-left: 10px" |
| 176 | /> | 176 | /> |
| 177 | </div> | 177 | </div> |
| 178 | <div v-if="matchData.liveQrcode"> | 178 | <div v-if="matchData.chatQrcode"> |
| 179 | <div class="qrTitle2">{{ language == 0 ? '群二维码' : 'WhatsApp' }}</div> | 179 | <div class="qrTitle2">{{ language == 0 ? '群二维码' : 'WhatsApp' }}</div> |
| 180 | <el-image | 180 | <el-image |
| 181 | :preview-src-list="[fillImgUrl(matchData.liveQrcode) ]" | 181 | :preview-src-list="[fillImgUrl(matchData.chatQrcode) ]" |
| 182 | :src="fillImgUrl(matchData.liveQrcode)" | 182 | :src="fillImgUrl(matchData.chatQrcode)" |
| 183 | fit="cover" | 183 | fit="cover" |
| 184 | preview-teleported | 184 | preview-teleported |
| 185 | style="width: 50px;height: 50px;margin-left: 10px" | 185 | style="width: 50px;height: 50px;margin-left: 10px" | ... | ... |
-
Please register or sign in to post a comment