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
a957eab0
authored
2025-06-09 17:22:28 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
备注
1 parent
d738403b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
1 deletions
src/viewsPc/booking/ticket/index.vue
src/viewsPc/booking/ticket/index.vue
View file @
a957eab
...
...
@@ -114,6 +114,7 @@
>
{{ it.name }}
</div>
<div
v-if=
"remarks"
class=
"remarks"
>
{{ remarks }}
</div>
</div>
</div>
...
...
@@ -286,6 +287,7 @@ const active = ref(1)
const
props
=
defineProps
({
activityId
:
[
String
,
Number
]
})
const
remarks
=
ref
()
const
timeData
=
ref
()
const
endTime
=
ref
()
const
matchForm
=
ref
({})
...
...
@@ -344,6 +346,7 @@ async function getVenueList() {
venueList
.
value
=
res
.
rows
currVenue
.
value
=
res
.
rows
[
0
]
selectForm
.
value
.
latsId
=
res
.
rows
[
0
]?.
id
if
(
venueList
.
value
.
length
>
0
)
remarks
.
value
=
res
.
rows
[
0
].
remarks
await
getTicketListType
()
}
...
...
@@ -379,7 +382,7 @@ function selectVenue(v) {
selectForm
.
value
.
id
=
null
selectForm
.
value
.
price
=
'--'
selectForm
.
value
.
priceEn
=
'--'
remarks
.
value
=
v
.
remarks
getTicketListType
()
}
...
...
@@ -778,4 +781,11 @@ getmatchData()
bottom
:
30px
;
right
:
50px
;
}
.remarks
{
font-size
:
17px
;
margin-left
:
20px
;
line-height
:
40px
;
color
:
#2b2f3a
;
}
</
style
>
...
...
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