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
dcc48c2b
authored
2025-04-03 16:56:55 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
45ca98c7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
9 deletions
src/layoutPc/components/AppBottom.vue
src/viewsPc/index.vue
src/viewsPc/index_en.vue
src/layoutPc/components/AppBottom.vue
View file @
dcc48c2
...
...
@@ -77,7 +77,7 @@
<div
@
click=
"goAround"
class=
"mb10 pb5"
>
<a>
<img
class=
"kf"
src=
"@/assets/logo/btn02.png"
/>
<div
class=
"text-center mt10"
>
周边活动
</div>
<div
class=
"text-center mt10"
>
ACTIVITIES
</div>
</a>
</div>
<div
onclick=
"window.open('https://ykf-weixin01.7moor.com/wapchat.html?accessId=707daf80-02c6-11ef-9a4d-85cd5dacc5bf&fromUrl=&urlTitle=&language=EN','_blank','height=700px,width=700px,top=100,left=150,toolbar=no,menubar=no,scrollbars=no, resizable=no,location=no, status=no')"
title=
"Live Chat"
>
...
...
@@ -128,6 +128,7 @@ const goAround = () => {
.fixed-right
{
position
:
fixed
;
right
:
0
;
top
:
65%
;
z-index
:
9
;
.mlb{
background
:
#fff
;
border-radius
:
10px
0
0
10px
;
box-shadow
:
0
2px
8px
#aaa
;
padding
:
10px
8px
;
text-align
:
center
;
cursor
:
pointer
;
div{
text-transform
:
uppercase
;}
div
:first-child
{
border-bottom
:
0.5px
solid
#eee
;
//
padding
:
0
0
10px
;
margin-bottom
:
10px
;
}
...
...
src/viewsPc/index.vue
View file @
dcc48c2
...
...
@@ -439,13 +439,9 @@ const goDetail = (n) => {
}
}
const
golive
=
(
n
)
=>
{
if
(
time
.
value
>
0
)
{
window
.
open
(
'https://wx.vzan.com/live/page/1151815649?v=1720589464698'
)
}
else
{
router
.
push
({
path
:
`/news/detail/
${
n
.
noteId
}
`
})
}
router
.
push
({
path
:
`/news/detail/
${
n
.
noteId
}
`
})
}
const
goLeaderInfo
=
(
n
)
=>
{
// router.push({
...
...
src/viewsPc/index_en.vue
View file @
dcc48c2
...
...
@@ -166,7 +166,7 @@
<el-card>
<el-row
:gutter=
"20"
>
<el-col
:lg=
"8"
>
<a
class=
"liveImgbox"
@
click=
"goNewsDetail(
n
)"
>
<a
class=
"liveImgbox"
@
click=
"goNewsDetail(
livelist[0]
)"
>
<div
class=
"imgBox"
>
<img
:src=
"fillImgUrl_webSite(livelist[0]?.picUrl)"
>
</div>
...
...
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