Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
杨炀
/
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
fb1a1989
authored
2025-06-10 10:37:27 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
订票
1 parent
1c3c425c
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
14 deletions
src/viewsPc/booking/ticket/index.vue
src/viewsPc/booking/ticket/index.vue
View file @
fb1a198
<
template
>
<div>
<!-- top -->
<div
class=
"container top
father
"
>
<div
class=
"container top "
>
<img
:src=
"fillImgUrl(matchForm.ticketImg)"
alt=
""
class=
"cover_img"
>
<div
class=
"info"
>
<div
class=
"title"
>
{{
matchForm
.
name
}}
</div>
...
...
@@ -176,7 +176,18 @@
>
{{ it.name }}
</div>
<div
class=
"father"
>
<el-image
v-if=
"currTick?.images"
:src=
"fillImgUrl(currTick?.images) "
class=
"son"
fit=
"cover"
preview-teleported
style=
"width:200px"
/>
</div>
</div>
</div>
...
...
@@ -222,15 +233,7 @@
</div>
</div>
<el-image
v-if=
"currTick?.images"
:preview-src-list=
"[fillImgUrl(currTick?.images)]"
:src=
"fillImgUrl(currTick?.images) "
class=
"son"
fit=
"cover"
preview-teleported
style=
"width:200px"
/>
</div>
</div>
...
...
@@ -245,10 +248,14 @@
<div
v-show=
"active==1"
class=
"rich_content"
v-html=
"matchForm.ticketDes"
/>
<div
v-show=
"active==2"
class=
"rich_content"
v-html=
"matchForm.ticketNotice"
/>
<el-dialog
v-model=
"show"
title=
""
width=
"1000px"
>
<div>
<el-dialog
v-model=
"show"
align-center
title=
""
width=
"1000px"
>
<div
style=
"padding: 20px"
>
<img
:src=
"fillImgUrl(showUrl)"
alt=
""
style=
"width: 100%"
>
</div>
<br>
<div
style=
"text-align: center;"
>
<el-button
size=
"large"
type=
"primary"
@
click=
"show=false"
>
{{ language == 0 ? '关 闭' : 'close' }}
</el-button>
</div>
</el-dialog>
</div>
</div>
...
...
@@ -401,6 +408,9 @@ function selectTick(v) {
selectForm
.
value
.
latstId
=
v
.
id
selectForm
.
value
.
price
=
v
.
price
selectForm
.
value
.
priceEn
=
v
.
priceEn
// console.log(v)
handleImage
()
}
function
toSelectSeat
()
{
...
...
@@ -778,8 +788,8 @@ getmatchData()
.son
{
position
:
absolute
;
bottom
:
30px
;
right
:
5
0px
;
top
:
0
;
left
:
3
0px
;
}
.remarks
{
...
...
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