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
8be9a567
authored
2025-05-16 09:41:50 +0800
by
杨炀
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
no message
1 parent
1ceae698
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
1 deletions
src/viewsPc/components/homeQuick.vue
src/viewsPc/components/orderRemark.vue
src/viewsPc/components/homeQuick.vue
View file @
8be9a56
...
...
@@ -7,8 +7,11 @@
<el-col
:sm=
"12"
:lg=
"8"
:xs=
"12"
>
<div
class=
"item"
@
click=
"popRemark(2)"
><img
src=
"@/assets/dance/btn02.png"
>
车辆预订
</div>
</el-col>
<!--
<el-col
:sm=
"12"
:lg=
"8"
:xs=
"12"
>
-->
<!--
<div
class=
"item"
@
click=
"popRemark(3)"
><img
src=
"@/assets/dance/btn03.png"
>
餐饮预订
</div>
-->
<!--
</el-col>
-->
<el-col
:sm=
"12"
:lg=
"8"
:xs=
"12"
>
<div
class=
"item"
@
click=
"popRemark(
3)"
><img
src=
"@/assets/dance/btn03.png"
>
餐饮预订
</div>
<div
class=
"item"
@
click=
"popRemark(
8)"
><img
src=
"@/assets/dance/btn08.png"
>
旅游服务
</div>
</el-col>
<el-col
:sm=
"12"
:lg=
"8"
:xs=
"12"
>
<div
class=
"item"
@
click=
"popRemark(0)"
><img
src=
"@/assets/dance/btn04.png"
>
票务预订
</div>
...
...
@@ -120,6 +123,7 @@ function popRemark(type) {
||
(
form
.
value
.
isMealView
==
0
&&
type
==
'4'
)
||
(
form
.
value
.
isPhotoView
==
0
&&
type
==
'5'
)
||
(
form
.
value
.
isTicket
==
0
&&
type
==
'0'
)
||
(
form
.
value
.
isTravel
==
0
&&
type
==
'8'
)
)
{
building
()
return
...
...
@@ -163,6 +167,10 @@ function goBooking(n) {
//拍照
router
.
push
({
path
:
`/booking/photography/
${
props
.
matchId
}
`
})
break
;
case
8
:
//酒店
router
.
push
({
path
:
`/booking/travel/
${
props
.
matchId
}
`
})
break
;
}
}
</
script
>
...
...
src/viewsPc/components/orderRemark.vue
View file @
8be9a56
...
...
@@ -9,6 +9,7 @@
<div
v-if=
"type==4"
class=
"plr20"
v-html=
"form.reserveDesMeal"
></div>
<div
v-if=
"type==5"
class=
"plr20"
v-html=
"form.reserveDesPhoto"
></div>
<div
v-if=
"type==0"
class=
"plr20"
v-html=
"form.reserveDesTitck"
></div>
<div
v-if=
"type==8"
class=
"plr20"
v-html=
"form.reserveDesTravel"
></div>
</div>
<template
#
footer
>
<div
class=
"dialog-footer text-center"
>
...
...
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