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
28773009
authored
2024-06-05 14:54:49 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
paypal
1 parent
48f52493
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
src/viewsPc/seat/seat-picker.vue
src/viewsPc/seat/seat-picker.vue
View file @
2877300
...
...
@@ -9,7 +9,7 @@ const route = useRoute();
const
router
=
useRouter
();
const
iframeRef
=
ref
();
const
loading
=
ref
(
true
)
const
props
=
defineProps
({
activityId
:
[
String
,
Number
],
});
...
...
@@ -62,6 +62,7 @@ function onWindowMessage(e) {
sendMsg
(
"load-seats"
,
seat_arr
);
setTimeout
(()
=>
{
moveToPriceArea
(
route
.
query
.
ticket_block
);
loading
.
value
=
false
},
500
);
});
...
...
@@ -304,7 +305,7 @@ price.fetchData();
</
script
>
<
template
>
<div
class=
"container"
>
<div
class=
"container"
v-loading=
"loading"
>
<div
class=
"top"
>
<div
class=
"time"
>
<span>
{{
route
.
query
?.
time_txt
}}
</span>
...
...
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