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
29f0f63c
authored
2024-06-03 01:16:42 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
样式修改
1 parent
ef082326
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
40 additions
and
12 deletions
src/viewsPc/components/homeQuick.vue
src/viewsPc/match/components/quick-row.vue
src/viewsPc/components/homeQuick.vue
View file @
29f0f63
...
...
@@ -105,16 +105,31 @@ function building() {
}
function
popRemark
(
type
)
{
console
.
log
(
form
.
value
)
alert
(
type
)
if
(
!
form
.
value
)
{
building
()
return
}
// if ((form.value.isJdView == 0 && type == '1')
// || (form.value.isCarView == 0 && type == '2')
// || (form.value.isFoodView == 0 && type == '3')
// || (form.value.isMealView == 0 && type == '4')
// || (form.value.isPhotoView == 0 && type == '5')
// ) {
// building()
// return
// }
alert
(
type
)
if
((
form
.
value
.
isJdView
==
0
&&
type
==
'1'
)
||
(
form
.
value
.
isCarView
==
0
&&
type
==
'2'
)
||
(
form
.
value
.
isFoodView
==
0
&&
type
==
'3'
)
||
(
form
.
value
.
isMealView
==
0
&&
type
==
'4'
)
||
(
form
.
value
.
isPhotoView
==
0
&&
type
==
'5'
)
)
{
||
(
type
==
'2'
)
||
(
type
==
'3'
)
||
(
form
.
value
.
isMealView
==
0
&&
type
==
'4'
)
||
(
type
==
'5'
)
// || (type == '0')
)
{
building
()
return
}
...
...
src/viewsPc/match/components/quick-row.vue
View file @
29f0f63
...
...
@@ -100,7 +100,7 @@ const props = defineProps({
default
:
'0'
}
})
const
form
=
ref
(
{}
)
const
form
=
ref
()
onMounted
(()
=>
{
getBaseInfoByActiveId
(
props
.
matchId
).
then
(
res
=>
{
form
.
value
=
res
.
data
||
null
...
...
@@ -116,17 +116,31 @@ function building() {
}
function
popRemark
(
type
)
{
console
.
log
(
form
.
value
)
alert
(
type
)
if
(
!
form
.
value
)
{
building
()
return
}
// if ((form.value.isJdView == 0 && type == '1')
// || (form.value.isCarView == 0 && type == '2')
// || (form.value.isFoodView == 0 && type == '3')
// || (form.value.isMealView == 0 && type == '4')
// || (type == '5' && form.value.isPhotoView == 0)
// || (type == '0')) {
// building()
// return
// }
alert
(
type
)
if
((
form
.
value
.
isJdView
==
0
&&
type
==
'1'
)
||
(
form
.
value
.
isCarView
==
0
&&
type
==
'2'
)
||
(
form
.
value
.
isFoodView
==
0
&&
type
==
'3'
)
||
(
form
.
value
.
isMealView
==
0
&&
type
==
'4'
)
||
(
type
==
'5'
&&
form
.
value
.
isPhotoView
==
0
)
||
(
type
==
'0'
))
{
||
(
type
==
'2'
)
||
(
type
==
'3'
)
||
(
form
.
value
.
isMealView
==
0
&&
type
==
'4'
)
||
(
type
==
'5'
)
// || (type == '0')
)
{
building
()
return
}
...
...
@@ -144,7 +158,6 @@ function goBooking(n) {
switch
(
n
)
{
case
0
:
// 票务
building
()
router
.
push
({
path
:
`/booking/ticket/
${
props
.
matchId
}
`
})
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