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
eaefcf3a
Commit
eaefcf3a
authored
Oct 20, 2023
by
18224442217
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
e5131efd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
TicketOrderDetails.vue
pages/airTicket/TicketOrderDetails.vue
+6
-2
airTicketDetails.vue
pages/airTicket/airTicketDetails.vue
+6
-2
No files found.
pages/airTicket/TicketOrderDetails.vue
View file @
eaefcf3a
...
...
@@ -211,7 +211,7 @@
<view
class=
"fz30 fontBold ML60 MR60 textRight"
>
¥{{item.Unit_Price}}
</view>
<view
class=
"fz30 fontBold textRight"
>
<view
class=
"fz30 fontBold textRight
flexS
"
>
×{{item.Nums}}人
</view>
</view>
...
...
@@ -425,7 +425,6 @@
for
(
let
i
=
0
;
i
<
this
.
DetailsList
.
length
;
i
++
){
if
(
this
.
DetailsList
.
length
-
1
!=
i
){
this
.
DetailsList
[
i
].
show
=
false
FlightList
.
push
(
this
.
DetailsList
[
i
])
if
(
this
.
DetailsList
.
length
-
2
==
i
||
i
==
0
){
NewFlightList
.
push
(
this
.
DetailsList
[
i
])
...
...
@@ -452,6 +451,11 @@
}
this
.
NewDetailsList
.
push
(
obj
)
}
this
.
NewDetailsList
.
forEach
(
x
=>
{
if
(
x
.
FlightList
.
length
>
1
){
x
.
show
=
false
}
})
}
uni
.
hideLoading
()
})
...
...
pages/airTicket/airTicketDetails.vue
View file @
eaefcf3a
...
...
@@ -463,7 +463,6 @@
for
(
let
i
=
0
;
i
<
this
.
DetailsList
.
length
;
i
++
){
if
(
this
.
DetailsList
.
length
-
1
!=
i
){
this
.
DetailsList
[
i
].
show
=
false
FlightList
.
push
(
this
.
DetailsList
[
i
])
if
(
this
.
DetailsList
.
length
-
2
==
i
||
i
==
0
){
NewFlightList
.
push
(
this
.
DetailsList
[
i
])
...
...
@@ -477,7 +476,7 @@
let
obj
=
{
FlightList
:
FlightList
,
NewFlightList
:
NewFlightList
,
...
this
.
DetailsList
[
0
]
...
this
.
DetailsList
[
0
]
,
}
this
.
NewDetailsList
.
push
(
obj
)
...
...
@@ -490,6 +489,11 @@
}
this
.
NewDetailsList
.
push
(
obj
)
}
this
.
NewDetailsList
.
forEach
(
x
=>
{
if
(
x
.
FlightList
.
length
>
1
){
x
.
show
=
false
}
})
}
uni
.
hideLoading
()
})
...
...
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