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
eb6973c4
authored
2024-04-17 14:07:13 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
ceaa7d6c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
src/viewsPc/components/homeQuick.vue
src/viewsPc/match/components/quick-row.vue
src/viewsPc/components/homeQuick.vue
View file @
eb6973c
...
...
@@ -58,6 +58,7 @@ import {useRouter} from "vue-router";
const
router
=
useRouter
()
import
{
useStorage
}
from
"@vueuse/core/index"
;
import
{
ElMessage
}
from
"element-plus"
;
const
props
=
defineProps
({
matchId
:
{
type
:
String
,
...
...
@@ -67,6 +68,8 @@ const props = defineProps({
})
const
language
=
useStorage
(
'language'
,
0
)
function
goBooking
(
n
)
{
ElMessage
.
warning
(
language
.
value
==
0
?
'建设中,敬请期待'
:
'Building!'
)
return
switch
(
n
)
{
case
0
:
// 票务
...
...
src/viewsPc/match/components/quick-row.vue
View file @
eb6973c
...
...
@@ -93,9 +93,12 @@ const props = defineProps({
}
})
function
building
()
{
ElMessage
.
warning
(
'Building!'
)
ElMessage
.
warning
(
language
.
value
==
0
?
'建设中,敬请期待'
:
'Building!'
)
}
function
goBooking
(
n
)
{
ElMessage
.
warning
(
language
.
value
==
0
?
'建设中,敬请期待'
:
'Building!'
)
return
switch
(
n
)
{
case
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