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
5aeb20fe
authored
2024-05-11 15:52:39 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
判断登录
1 parent
c35101ac
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
36 deletions
src/viewsPc/match/components/quick-row.vue
src/viewsPc/match/components/quick-row.vue
View file @
5aeb20f
...
...
@@ -114,12 +114,12 @@ function building() {
return
}
function
popRemark
(
type
){
//
if(!form.value){
//
building()
//
return
//
}
if
(
!
form
.
value
){
building
()
return
}
if
((
form
.
value
.
isJdView
==
0
&&
type
==
'1'
)
||
(
form
.
value
.
isCarView
==
0
&&
type
==
'2'
)
||
(
form
.
value
.
isFoodView
==
0
&&
type
==
'3'
)
||
type
==
'0'
||
type
==
'4'
||
type
==
'5'
){
if
((
form
.
value
.
isJdView
==
0
&&
type
==
'1'
)
||
(
form
.
value
.
isCarView
==
0
&&
type
==
'2'
)
||
(
form
.
value
.
isFoodView
==
0
&&
type
==
'3'
)
||
type
==
'0'
||
(
form
.
value
.
isMealView
==
0
&&
type
==
'4'
)
||
(
type
==
'5'
&&
form
.
value
.
isPhotoView
==
0
)
){
building
()
return
}
...
...
@@ -131,35 +131,6 @@ function popRemark(type){
}
proxy
.
$refs
[
'orderRemarkRef'
].
open
(
params
)
switch
(
type
)
{
case
0
:
// 票务
// router.push({path: `/booking/ticket/${props.matchId}`})
building
()
// return
break
;
case
1
:
//酒店
router
.
push
({
path
:
`/booking/hotel/
${
props
.
matchId
}
`
})
break
;
case
2
:
//车辆
router
.
push
({
path
:
`/booking/car/
${
props
.
matchId
}
`
})
break
;
case
3
:
//餐饮
router
.
push
({
path
:
`/booking/dinner/
${
props
.
matchId
}
`
})
break
;
case
4
:
//化妆
router
.
push
({
path
:
`/booking/makeup/
${
props
.
matchId
}
`
})
break
;
case
5
:
//拍照
router
.
push
({
path
:
`/booking/photography/
${
props
.
matchId
}
`
})
break
;
}
}
function
goBooking
(
n
)
{
switch
(
n
)
{
...
...
@@ -182,12 +153,10 @@ function goBooking(n) {
break
;
case
4
:
//化妆
building
()
router
.
push
({
path
:
`/booking/makeup/
${
props
.
matchId
}
`
})
break
;
case
5
:
//拍照
building
()
router
.
push
({
path
:
`/booking/photography/
${
props
.
matchId
}
`
})
break
;
}
...
...
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