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
9f25176c
authored
2024-08-09 22:03:38 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
开票
1 parent
a7df04a9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
9 deletions
src/viewsPc/booking/pay.vue
src/viewsPc/booking/ticket/index.vue
src/viewsPc/booking/pay.vue
View file @
9f25176
...
...
@@ -302,14 +302,18 @@
</el-col>
<el-col
:lg=
"8"
:md=
"12"
:sm=
"12"
:xs=
"24"
>
<div
v-if=
"language == 0 "
>
{{
language
==
0
?
'¥'
:
'€'
}}
{{
!
v
.
discount
?
form
.
extJson
?.
ticketDate
?.
price
:
form
.
extJson
?.
ticketDate
?.
rebatePrice
}}{{
language
==
0
?
'¥'
:
'€'
}}
/
{{
language
==
0
?
'张'
:
'Tickets'
}}
}}
/
{{
language
==
0
?
'张'
:
'Tickets'
}}
</div>
<div
v-else
>
{{
language
==
0
?
'¥'
:
'€'
}}
{{
!
v
.
discount
?
form
.
extJson
?.
ticketDate
?.
priceEn
:
form
.
extJson
?.
ticketDate
?.
rebatePriceEn
}}{{
language
==
0
?
'¥'
:
'€'
}}
/
{{
language
==
0
?
'张'
:
'Tickets'
}}
}}
/
{{
language
==
0
?
'张'
:
'Tickets'
}}
</div>
</el-col>
</el-row>
...
...
@@ -325,9 +329,9 @@
}}
:
{{
form
.
phone
}}
</el-col>
<el-col
:lg=
"8"
:md=
"12"
:sm=
"12"
:xs=
"24"
>
{{
language
==
0
?
'共计'
:
'total'
}}
:
{{
Number
(
totalFee
).
toFixed
(
2
)
}}{{
{{
language
==
0
?
'共计'
:
'total'
}}
:
{{
language
==
0
?
'¥'
:
'€'
}}
}}
{{
Number
(
totalFee
).
toFixed
(
2
)
}}
</el-col>
</el-row>
...
...
src/viewsPc/booking/ticket/index.vue
View file @
9f25176
...
...
@@ -127,7 +127,12 @@
</div>
<div
class=
"container bottom"
>
<div
class=
"rich_content"
v-html=
"matchForm.ticketDes"
></div>
<div
style=
"display: flex"
>
<div
:class=
"{'bg':active==1}"
class=
"buBg"
@
click=
"active=1"
>
购票说明
</div>
<div
:class=
"{'bg' :active==2}"
class=
"buBg"
@
click=
"active=2"
>
购票须知
</div>
</div>
<div
v-show=
"active==1"
class=
"rich_content"
v-html=
"matchForm.ticketDes"
/>
<div
v-show=
"active==2"
class=
"rich_content"
v-html=
"matchForm.ticketNotice"
/>
</div>
</div>
</template>
...
...
@@ -152,6 +157,7 @@ const route = useRoute();
const
router
=
useRouter
();
const
activeId
=
ref
(
route
.
params
.
activeId
)
const
flag
=
ref
(
false
)
const
active
=
ref
(
1
)
const
countDown
=
ref
(
false
)
const
props
=
defineProps
({
activityId
:
[
String
,
Number
],
...
...
@@ -261,6 +267,19 @@ function toSelectClosed() {
display
:
none
}
.buBg
{
cursor
:
pointer
;
font-size
:
18px
;
padding
:
8px
13px
;
border-radius
:
5px
;
margin-right
:
10px
;
}
.bg
{
background
:
linear-gradient
(
270deg
,
#493ceb
0%
,
#8623fc
100%
);
color
:
#fff
;
}
.container
{
width
:
1200px
;
margin
:
0
auto
;
...
...
@@ -297,17 +316,17 @@ function toSelectClosed() {
}
.time
{
font-weight
:
5
00
;
font-weight
:
6
00
;
font-size
:
16px
;
color
:
#
4a4a4a
;
color
:
#
000
;
line-height
:
24px
;
margin-bottom
:
16px
;
}
.address
{
font-weight
:
5
00
;
font-weight
:
6
00
;
font-size
:
16px
;
color
:
#
4a4a4a
;
color
:
#
000
;
line-height
:
24px
;
margin-bottom
:
33px
;
}
...
...
@@ -423,6 +442,12 @@ function toSelectClosed() {
.rich_content
{
margin-top
:
30px
;
img
{
width
:
100%
!important
;
height
:
auto
!important
;
}
}
}
...
...
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