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
9f707f02
authored
2024-05-27 17:38:15 +0800
by
yyx
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
增加套票标签的显示
1 parent
9c360d20
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
2 deletions
src/viewsPc/seat/confirm-order.vue
src/viewsPc/seat/order-detail.vue
src/viewsPc/seat/confirm-order.vue
View file @
9f707f0
...
...
@@ -224,7 +224,12 @@ order.fetchData();
<div
class=
"detail"
>
<div
class=
"detail_top"
>
<div
class=
"time"
>
{{
order
.
data
?.
dateStr
}}
</div>
<div
class=
"time"
>
{{
order
.
data
?.
dateStr
}}
<span
v-if=
"order.data?.ticketType == 1"
class=
"tag_t"
>
{{
languageFormat
(
language
,
"套票"
,
"Package ticket"
)
}}
</span>
</div>
<div
class=
"ticket"
>
{{
order
.
data
?.
singlePrice
}}
<span
v-if=
"language == 0"
>
元
</span
>
{{
languageFormat
(
language
,
"票档"
,
"Ticket file"
)
}}
x
{{
...
...
@@ -300,6 +305,15 @@ div {
padding
:
20px
0
;
width
:
1200px
;
margin
:
0
auto
;
.tag_t
{
padding
:
1px
10px
;
font-weight
:
400
;
font-size
:
12px
;
color
:
#493ceb
;
border-radius
:
6px
;
border
:
1px
solid
#453dea
;
margin-left
:
5px
;
}
.title
{
padding
:
11px
;
...
...
src/viewsPc/seat/order-detail.vue
View file @
9f707f0
...
...
@@ -295,7 +295,12 @@ detail.fetchData();
</div>
<div
class=
"tr"
>
<div
style=
"width: 30.33%"
class=
"td flex-col"
>
<div>
{{
detail
.
data
?.
dateStr
}}
</div>
<div>
{{
detail
.
data
?.
dateStr
}}
<span
v-if=
"detail.data?.ticketType == 1"
class=
"tag_t"
>
{{
languageFormat
(
language
,
"套票"
,
"Package ticket"
)
}}
</span>
</div>
<div>
{{
detail
.
data
?.
openType
==
0
...
...
@@ -537,6 +542,15 @@ detail.fetchData();
flex-direction
:
column
;
gap
:
16px
;
}
.tag_t
{
padding
:
1px
10px
;
font-weight
:
400
;
font-size
:
12px
;
color
:
#493ceb
;
border-radius
:
6px
;
border
:
1px
solid
#453dea
;
margin-left
:
5px
;
}
}
}
//
购票人
...
...
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