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
9fc4ac21
authored
2024-08-07 17:56:08 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
票务
1 parent
6756cfcf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
src/viewsPc/booking/ticket/index.vue
src/viewsPc/booking/ticket/index.vue
View file @
9fc4ac2
...
...
@@ -35,9 +35,7 @@
}}
</div>
<div
class=
"address"
>
{{
triggerLanguage
(
language
,
"地址"
,
"Location"
)
}}
:
{{
matchForm
.
address
}}
{{
triggerLanguage
(
language
,
"地址"
,
"Location"
)
}}
:
{{
matchForm
.
address
}}
</div>
<!-- 时间 -->
<div
class=
"select_item_box"
>
...
...
@@ -91,7 +89,7 @@
<
script
setup
>
import
{
ref
,
reactive
,
onMounted
,
watch
,
computed
}
from
"vue"
;
import
{
ref
,
computed
}
from
"vue"
;
import
{
listApi
,
getTicketInfoByActivityId
,
getTicketListApi
}
from
'@/apiPc/booking'
import
{
dayjs
}
from
"element-plus"
;
...
...
@@ -156,7 +154,6 @@ function selectTick(v) {
function
toSelectSeat
()
{
if
(
!
selectForm
.
value
.
latId
)
return
ElMessage
.
error
(
language
==
0
?
"请选择票档"
:
'Please select a ticket file'
)
if
(
!
selectForm
.
value
.
id
)
return
ElMessage
.
error
(
language
==
0
?
"请选择时间"
:
'Please select time'
)
console
.
log
(
user
.
value
)
if
(
!
user
.
value
)
{
useStore
().
setVisitor
()
return
...
...
@@ -173,7 +170,6 @@ function toSelectSeat() {
</
script
>
<
style
lang=
"scss"
scoped
>
.forWei
{
display
:
none
...
...
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