Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
jz_Travel
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhengke
jz_Travel
Commits
d75c074b
Commit
d75c074b
authored
Oct 24, 2023
by
18224442217
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
1a7e6447
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
6 deletions
+6
-6
airTicketList.vue
pages/airTicket/airTicketList.vue
+2
-2
TicketOrderDetails.vue
pages/airTicket/components/TicketOrderDetails.vue
+2
-2
airTicketDetails.vue
pages/airTicket/components/airTicketDetails.vue
+2
-2
No files found.
pages/airTicket/airTicketList.vue
View file @
d75c074b
...
...
@@ -346,12 +346,12 @@
let
obj
=
{
duration
:
`
${
y
.
DepartureTime
.
Days
>
0
?
y
.
DepartureTime
.
Days
+
'd '
:
''
}${
y
.
DepartureTime
.
Hours
>
0
?
y
.
DepartureTime
.
Hours
+
'h '
:
''
}${
y
.
DepartureTime
.
Minutes
>
0
?
y
.
DepartureTime
.
Minutes
+
'm '
:
''
}
`
,
frequency
:
FlightList
.
length
-
1
,
Days
:
Array
.
from
(
Days
).
length
-
1
>
1
?
Array
.
from
(
Days
).
length
-
1
:
0
,
Days
:
y
.
DepartureTime
.
Days
,
...
y
.
FlightList
[
0
]
}
let
obj2
=
{
duration
:
`
${
y
.
ArrivalTime
.
Days
>
0
?
y
.
ArrivalTime
.
Days
+
'd '
:
''
}${
y
.
ArrivalTime
.
Hours
>
0
?
y
.
ArrivalTime
.
Hours
+
'h '
:
''
}${
y
.
ArrivalTime
.
Minutes
>
0
?
y
.
ArrivalTime
.
Minutes
+
'm '
:
''
}
`
,
Days
:
Array
.
from
(
Days2
).
length
-
1
>
1
?
Array
.
from
(
Days2
).
length
-
1
:
0
,
Days
:
y
.
ArrivalTime
.
Days
,
frequency
:
FlightList2
.
length
-
1
,
...
y
.
FlightList
[
y
.
FlightList
.
length
-
1
]
}
...
...
pages/airTicket/components/TicketOrderDetails.vue
View file @
d75c074b
...
...
@@ -63,7 +63,7 @@
<text
class=
"block width100One hidden ellipsis1 fz20 ML5 color9999A5 fontWeight400"
>
{{item.AlName}} {{item.Flight_number}}
</text>
</view>
</view>
<view
class=
"width436
hidden
"
>
<view
class=
"width436"
>
<view
class=
"fz28 fontBold relative relativeFT8 hidden"
v-if=
"index==0"
>
<text
class=
"block width100One hidden ellipsis1"
>
{{item.DepartureName?item.DepartureName:''}} {{item.dName}}
</text>
</view>
...
...
@@ -112,7 +112,7 @@
<text
class=
"block width100One overflow fz20 ML5 color9999A5 fontWeight400"
>
{{item.AlName}} {{item.Flight_number}}
</text>
</view>
</view>
<view
class=
"width436
hidden
"
>
<view
class=
"width436"
>
<view
class=
"fz28 fontBold relative relativeFT8"
>
<text
class=
"block width100One hidden ellipsis1"
>
{{item.DepartureName?item.DepartureName:''}} {{item.dName}}
</text>
</view>
...
...
pages/airTicket/components/airTicketDetails.vue
View file @
d75c074b
...
...
@@ -61,7 +61,7 @@
<text
class=
"block width100One overflow fz20 ML5 color9999A5 fontWeight400"
>
{{item.AlName}} {{item.Flight_number}}
</text>
</view>
</view>
<view
class=
"width436
hidden
"
>
<view
class=
"width436"
>
<view
class=
"fz28 fontBold relative relativeFT8"
v-if=
"index==0"
>
<text
class=
"block width100One hidden ellipsis1"
>
{{item.DepartureName?item.DepartureName:''}} {{item.dName}}
</text>
</view>
...
...
@@ -111,7 +111,7 @@
<text
class=
"block width100One overflow fz20 ML5 color9999A5 fontWeight400"
>
{{item.AlName}} {{item.Flight_number}}
</text>
</view>
</view>
<view
class=
"width436
hidden
"
>
<view
class=
"width436"
>
<view
class=
"fz28 fontBold relative relativeFT8"
>
<text
class=
"block width100One hidden ellipsis1"
>
{{item.DepartureName?item.DepartureName:''}} {{item.dName}}
</text>
</view>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment