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
f7af94ca
authored
2024-05-20 10:50:06 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
a48b253a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
src/viewsPc/components/homeQuick.vue
src/viewsPc/components/homeQuick.vue
View file @
f7af94c
...
...
@@ -117,7 +117,11 @@ function goBooking(n) {
switch
(
n
)
{
case
0
:
// 票务
router
.
push
({
path
:
`/booking/ticket/
${
props
.
matchId
}
`
})
router
.
push
({
path
:
`/seat/detail`
,
params
:
{
id
:
1
},
query
:
{
id
:
1
}
})
break
;
case
1
:
//酒店
...
...
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