Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
jijin
/
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
2fa93f54
authored
2024-04-15 09:52:16 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
cf1d45b8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
3 deletions
src/viewsPc/index.vue
src/viewsPc/index_en.vue
src/viewsPc/index.vue
View file @
2fa93f5
...
...
@@ -49,7 +49,7 @@
<el-col
:sm=
"24"
:lg=
"10"
>
<div
class=
"bgbg"
>
<img
src=
"@/assets/dance/text.png"
>
<a
class=
"zn-btn"
href=
"/file/GUIDE.pdf
"
target=
"_blank"
>
参赛指南
<a
class=
"zn-btn"
@
click=
"goGuide
"
target=
"_blank"
>
参赛指南
<el-icon>
<download/>
</el-icon>
...
...
@@ -534,6 +534,15 @@ const goMatch = (n) => {
const
popWeather
=
()
=>
{
weatherdialog
.
value
=
true
}
const
goGuide
=
()
=>
{
router
.
push
({
name
:
'guide'
,
query
:
{
index
:
8
}
})
}
</
script
>
<
style
scoped
lang=
"scss"
>
...
...
src/viewsPc/index_en.vue
View file @
2fa93f5
...
...
@@ -46,7 +46,7 @@
<el-col
:sm=
"24"
:lg=
"10"
>
<div
class=
"bgbg"
>
<h1
style=
"color: #fff"
>
WDSF ASIAN DANCESPORT FESTIVAL .WUXI 2024
</h1>
<a
class=
"zn-btn"
href=
"/file/GUIDE.pdf"
target=
"_blank
"
>
<a
class=
"zn-btn"
@
click=
"goGuide
"
>
ENTRY GUIDE
<el-icon><download
/></el-icon>
</a>
...
...
@@ -506,7 +506,14 @@ const goMatch = (n) => {
const
popWeather
=
()
=>
{
weatherdialog
.
value
=
true
}
const
goGuide
=
()
=>
{
router
.
push
({
name
:
'guide'
,
query
:
{
index
:
8
}
})
}
</
script
>
<
style
scoped
lang=
"scss"
>
...
...
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