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
1a2ccb49
authored
2024-08-09 20:20:58 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
开票
1 parent
dae16f11
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
9 deletions
src/viewsPc/booking/ticket/index.vue
src/viewsPc/booking/ticket/index.vue
View file @
1a2ccb4
...
...
@@ -7,28 +7,28 @@
<div
class=
"title"
>
{{
matchForm
.
name
}}
</div>
<div
class=
"time"
>
{{
triggerLanguage
(
language
,
"时间"
,
"Event Date & Time"
)
}}
:
{{
matchForm
.
ticketStart
?
dayjs
(
matchForm
.
ticketStart
).
format
(
"YYYY.MM.DD"
)
matchForm
.
beginTime
?
dayjs
(
matchForm
.
beginTime
).
format
(
"YYYY.MM.DD"
)
:
""
}}
{{
matchForm
.
ticketStart
matchForm
.
beginTime
?
getDayName
(
new
Date
(
matchForm
.
ticketStart
),
new
Date
(
matchForm
.
beginTime
),
language
==
1
?
"en-US"
:
"zh-CN"
)
:
""
}}
—
{{
matchForm
.
ticketEnd
?
dayjs
(
matchForm
.
ticketEnd
).
format
(
"YYYY.MM.DD"
)
matchForm
.
beginTime
?
dayjs
(
matchForm
.
beginTime
).
format
(
"YYYY.MM.DD"
)
:
""
}}
{{
matchForm
.
ticketEnd
matchForm
.
beginTime
?
getDayName
(
new
Date
(
matchForm
.
ticketEnd
),
new
Date
(
matchForm
.
beginTime
),
language
==
1
?
"en-US"
:
"zh-CN"
)
:
""
...
...
@@ -229,7 +229,7 @@ function toSelectSeat() {
return
}
checkNonPayment
().
then
(
res
=>
{
if
(
!
res
.
count
)
{
if
(
res
.
count
)
{
router
.
push
({
name
:
'confirmOrder'
,
params
:
{
...
...
@@ -243,6 +243,8 @@ function toSelectSeat() {
}
})
}
function
toSelectClosed
()
{
...
...
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