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
bb4a4e9e
authored
2025-07-10 17:31:32 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
官网
1 parent
310a417a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
src/viewsPc/index.vue
src/viewsPc/index_en.vue
src/viewsPc/index.vue
View file @
bb4a4e9
...
...
@@ -442,7 +442,7 @@
<div
v-if=
"matchData.leagueId==0"
class=
"fixed_gg_l yaoQing"
>
<img
v-if=
"language==0"
src=
"@/assets/logo/Invitation_c.png"
@
click=
"applyInvitation"
>
<img
v-else
src=
"@/assets/logo/Invitation_e.png"
@
click=
"applyInvitation"
>
<div
style=
"padding-left: 7px;"
>
<div
v-if=
"clubImage"
style=
"padding-left: 7px;"
>
<el-image
:preview-src-list=
"[clubImage]"
:src=
"clubImage"
...
...
@@ -455,7 +455,7 @@
</div>
<!-- 群聊-->
<div
class=
"fixed_gg_l club"
>
<div
v-if=
"matchData.chatQrcode"
class=
"fixed_gg_l club"
>
<el-image
:preview-src-list=
"[ fillImgUrl(matchData.chatQrcode) ]"
:src=
"fillImgUrl(matchData.chatQrcode)"
...
...
@@ -467,7 +467,7 @@
<affix-invitation
ref=
"dialogInvitationRef"
/>
<el-dialog
v-model=
"liveQrcodeShow"
:title=
"language==0?'赛事直播' :'Live QR Code'"
width=
"500px"
>
<div
style=
"display: flex;justify-content: space-between"
>
<div
v-if=
"matchData.liveQrcode"
style=
"display: flex;justify-content: space-between"
>
<el-image
:src=
"fillImgUrl(matchData.liveQrcode)"
fit=
"cover"
...
...
src/viewsPc/index_en.vue
View file @
bb4a4e9
...
...
@@ -425,6 +425,7 @@
<img
v-else
src=
"@/assets/logo/Invitation_e.png"
@
click=
"applyInvitation"
>
<div
style=
"padding-left: 7px;"
>
<el-image
v-if=
"clubImage"
:preview-src-list=
"[clubImage]"
:src=
"clubImage"
fit=
"cover"
...
...
@@ -434,9 +435,9 @@
</div>
</div>
<!-- 群聊-->
<div
class=
"fixed_gg_l club"
>
<div
v-if=
"matchData.chatQrcode"
class=
"fixed_gg_l club"
>
<el-image
:preview-src-list=
"[ fillImgUrl(matchData.chatQrcode)
]"
:preview-src-list=
"[ fillImgUrl(matchData.chatQrcode)]"
:src=
"fillImgUrl(matchData.chatQrcode)"
fit=
"cover"
preview-teleported
...
...
@@ -448,6 +449,7 @@
<el-dialog
v-model=
"liveQrcodeShow"
:title=
"language==0?'赛事直播' :'Live QR Code'"
width=
"500px"
>
<div
style=
"display: flex;justify-content: space-between"
>
<el-image
v-if=
"matchData.liveQrcode"
:src=
"fillImgUrl(matchData.liveQrcode)"
fit=
"cover"
style=
"width: 450px;"
...
...
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