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
ca26d53c
authored
2024-06-05 17:29:27 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'dev' into piaoPay
2 parents
d8b968f9
c8d99923
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
src/viewsPc/match/components/quick-row.vue
src/viewsPc/match/components/quick-row.vue
View file @
ca26d53
...
...
@@ -156,7 +156,12 @@ 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