成绩查询
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -466,7 +466,7 @@ | ... | @@ -466,7 +466,7 @@ |
| 466 | </div> | 466 | </div> |
| 467 | 467 | ||
| 468 | <affix-invitation ref="dialogInvitationRef" /> | 468 | <affix-invitation ref="dialogInvitationRef" /> |
| 469 | <el-dialog v-model="liveQrcodeShow" title="Live QR Code" width="500px"> | 469 | <el-dialog v-model="liveQrcodeShow" :title="language==0?'赛事直播' :'Live QR Code'" width="500px"> |
| 470 | <div style="display: flex;justify-content: space-between"> | 470 | <div style="display: flex;justify-content: space-between"> |
| 471 | <el-image | 471 | <el-image |
| 472 | :src="fillImgUrl(matchData.liveQrcode)" | 472 | :src="fillImgUrl(matchData.liveQrcode)" | ... | ... |
| ... | @@ -445,7 +445,7 @@ | ... | @@ -445,7 +445,7 @@ |
| 445 | </div> | 445 | </div> |
| 446 | <affix-invitation ref="dialogInvitationRef" /> | 446 | <affix-invitation ref="dialogInvitationRef" /> |
| 447 | 447 | ||
| 448 | <el-dialog v-model="liveQrcodeShow" title="Live QR Code" width="500px"> | 448 | <el-dialog v-model="liveQrcodeShow" :title="language==0?'赛事直播' :'Live QR Code'" width="500px"> |
| 449 | <div style="display: flex;justify-content: space-between"> | 449 | <div style="display: flex;justify-content: space-between"> |
| 450 | <el-image | 450 | <el-image |
| 451 | :src="fillImgUrl(matchData.liveQrcode)" | 451 | :src="fillImgUrl(matchData.liveQrcode)" | ... | ... |
-
Please register or sign in to post a comment