Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
dance-pc
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
88ae8fa4
authored
2025-06-25 11:16:43 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
二维码
1 parent
6267cbb2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
7 deletions
src/viewsPc/index_en.vue
src/viewsPc/match/detail_en.vue
src/viewsPc/index_en.vue
View file @
88ae8fa
...
...
@@ -53,7 +53,7 @@
style=
"z-index: 999999"
@
click
.
stop=
"liveQrcodeShow=true"
>
<!-- 赛事直播-->
Live
Streaming
Live
Qrcode
</a>
<a
v-if=
"matchData.isCourseView==1"
...
...
src/viewsPc/match/detail_en.vue
View file @
88ae8fa
...
...
@@ -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: 8
0px;margin-left: 10px"
style=
"width:
100px;height: 10
0px;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: 8
0px;margin-left: 10px"
style=
"width:
100px;height: 10
0px;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: 8
0px;margin-left: 10px"
style=
"width:
100px;height: 10
0px;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
>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment