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
65d2d09d
authored
2024-08-19 18:10:56 +0800
by
zhangmeng
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
购票修改
1 parent
3e60a276
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
17 deletions
src/viewsPc/booking/ticket/index.vue
src/viewsPc/booking/ticket/index.vue
View file @
65d2d09
...
...
@@ -60,19 +60,22 @@
</van-count-down>
</div>
<div
v-else
>
<div
v-if=
"matchForm.ticketLayout"
>
<span
style=
"color: #493ceb;cursor:pointer"
@
click=
"show=true"
>
{{
language == 0 ? '查看场馆布局' : 'View Venue Layout'
}}
</span>
<br>
<br>
</div>
<!-- 票档 -->
<div
class=
"select_item_box"
>
<div
class=
"label"
>
{{ triggerLanguage(language, "票档", "Tickets") }}
{{ triggerLanguage(language, "票档", "Tickets") }} :
</div>
<div
v-if=
"matchForm.ticketLayout"
>
<span
style=
"color: #493ceb;cursor:pointer"
@
click=
"show=true"
>
<span
style=
"color: red;font-weight: 600"
>
*
</span>
<span
style=
"font-weight: 600"
>
{{
language == 0 ? '点击查看场馆布局' : 'View Venue Layout'
}}
</span>
</span>
</div>
</div>
<div
class=
"select_item_box"
>
<div
class=
"select_item"
>
<div
v-for=
"(it, index) in tickClass"
...
...
@@ -90,8 +93,10 @@
<!-- 时间 -->
<div
class=
"select_item_box"
>
<div
class=
"label"
>
{{ triggerLanguage(language, "场次", "Session") }}
{{ triggerLanguage(language, "场次", "Session") }}
:
</div>
</div>
<div
class=
"select_item_box"
>
<div
class=
"select_item"
>
<div
v-for=
"(it, index) in tickList"
...
...
@@ -112,8 +117,10 @@
<!-- 价格 -->
<div
class=
"select_item_box"
>
<div
class=
"label"
>
{{ triggerLanguage(language, '价格', "Price") }}
{{ triggerLanguage(language, '价格', "Price") }}
:
</div>
</div>
<div
class=
"select_item_box"
>
<div
class=
"select_item"
>
<div
class=
"tagActive"
style=
"min-width: 80px"
>
{{ language == 0 ? '¥' : '€' }} {{ language == 0 ? selectForm.price : selectForm.priceEn }}
...
...
@@ -125,20 +132,22 @@
<div
class=
"label"
>
{{
triggerLanguage(language, '购票备注', "Ticket Purchase Note")
}}
}}
:
</div>
</div>
<div
v-if=
"matchForm.ticketRemark"
class=
"select_item_box"
>
<div
class=
"select_item"
>
{{ matchForm.ticketRemark }}
</div>
</div>
<div
v-if=
"endTime<=0"
class=
"btn"
style=
"margin-left: 40px;opacity: 0.5;cursor: not-allowed;"
<div
v-if=
"endTime<=0"
class=
"btn"
style=
"margin-left: 40px;opacity: 0.5;cursor: not-allowed;
margin-top: 10px
"
@
click=
"toSelectClosed"
>
{{
triggerLanguage(language, "售票结束", "Sale closed")
}}
</div>
<div
v-else
class=
"btn"
style=
"margin-left: 40px"
@
click=
"toSelectSeat()"
>
<div
v-else
class=
"btn"
style=
"margin-left: 40px
;margin-top: 10px
"
@
click=
"toSelectSeat()"
>
{{
triggerLanguage(language, "立即购票", "Buy tickets now")
}}
...
...
@@ -342,7 +351,7 @@ function toSelectClosed() {
font-size
:
28px
;
color
:
#000000
;
line-height
:
1.6
;
margin-bottom
:
34
px
;
margin-bottom
:
15
px
;
}
.time
{
...
...
@@ -358,12 +367,12 @@ function toSelectClosed() {
font-size
:
16px
;
color
:
#000
;
line-height
:
24px
;
margin-bottom
:
33
px
;
margin-bottom
:
15
px
;
}
.select_item_box
{
display
:
flex
;
margin-bottom
:
3
0px
;
margin-bottom
:
1
0px
;
&:last-child
{
margin-bottom
:
0
;
...
...
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