29a38066 by zhangmeng

成绩查询

1 parent 021c9ae5
...@@ -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)"
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!