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
3b0f7979
authored
2025-06-19 15:35:28 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
封面
1 parent
70a23746
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
39 additions
and
7 deletions
src/assets/logo/club.jpg
src/viewsPc/index.vue
src/viewsPc/index_en.vue
src/assets/logo/club.jpg
0 → 100644
View file @
3b0f797
264 KB
src/viewsPc/index.vue
View file @
3b0f797
...
...
@@ -415,11 +415,25 @@
</div>
<!-- 邀请函-->
<div
v-if=
"matchData.leagueId==0"
class=
"fixed_gg_l yaoQing"
@
click=
"applyInvitation"
>
<img
v-if=
"language==0"
src=
"@/assets/logo/Invitation_c.png"
>
<img
v-else
src=
"@/assets/logo/Invitation_e.png"
>
<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"
>
<!-- <img src="@/assets/logo/club.jpg">-->
<div
style=
"padding-left: 7px;"
>
<el-image
:preview-src-list=
"[clubImage]"
:src=
"clubImage"
fit=
"cover"
preview-teleported
style=
"width: 124px"
/>
</div>
</div>
<div
class=
"fixed_gg_l club"
/>
<affix-invitation
ref=
"dialogInvitationRef"
/>
</div>
</template>
...
...
@@ -430,6 +444,8 @@ import { ref, nextTick, onMounted, watch } from 'vue'
import
{
getCurrentInstance
}
from
'@vue/runtime-core'
import
{
getHomePage
,
getNewsListById
,
getNewsList
,
getRank
}
from
'@/apiPc/webSite'
import
{
useRouter
}
from
'vue-router'
import
clubImage
from
'@/assets/logo/club.jpg'
import
{
rankList
}
from
'@/assets/js/data'
import
_
from
'lodash'
import
{
Swiper
,
SwiperSlide
}
from
'swiper/vue'
...
...
@@ -1240,4 +1256,10 @@ function applyInvitation() {
top
:
40%
;
}
.club
{
width
:
160px
;
left
:
5px
;
top
:
50%
;
}
</
style
>
...
...
src/viewsPc/index_en.vue
View file @
3b0f797
...
...
@@ -2,7 +2,7 @@
<div>
<div
class=
"banner"
>
<el-carousel
:autoplay=
"false"
:interval=
"2000"
arrow=
"hover"
autoplay
class=
"forPc"
:autoplay=
"false"
:interval=
"2000"
arrow=
"hover"
class=
"forPc"
height=
"450px"
@
change=
"carouselChange"
>
...
...
@@ -397,9 +397,18 @@
</div>
<!-- 邀请函-->
<div
v-if=
"matchData.leagueId==0"
class=
"fixed_gg_l yaoQing"
@
click=
"applyInvitation"
>
<img
v-if=
"language==0"
src=
"@/assets/logo/Invitation_c.png"
>
<img
v-else
src=
"@/assets/logo/Invitation_e.png"
>
<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;"
>
<el-image
:preview-src-list=
"[clubImage]"
:src=
"clubImage"
fit=
"cover"
preview-teleported
style=
"width: 124px"
/>
</div>
</div>
<affix-invitation
ref=
"dialogInvitationRef"
/>
...
...
@@ -422,6 +431,7 @@ import { rankList } from '@/assets/js/data'
import
AffixInvitation
from
'/@/viewsPc/match/components/affix-invitation.vue'
import
{
useStorage
}
from
'@vueuse/core/index'
import
useUserStore
from
'/@/store/modules/user'
import
clubImage
from
'@/assets/logo/club.jpg'
const
language
=
useStorage
(
'language'
,
0
)
...
...
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