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
72edfbe0
Commit
72edfbe0
authored
Oct 23, 2023
by
18224442217
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
a81d5147
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
airTicketList.vue
pages/airTicket/airTicketList.vue
+3
-1
No files found.
pages/airTicket/airTicketList.vue
View file @
72edfbe0
...
@@ -231,7 +231,9 @@
...
@@ -231,7 +231,9 @@
},
},
onLoad
(
options
){
onLoad
(
options
){
this
.
msg
.
DepartCityId
=
this
.
msgAddress
.
DepartCityId
=
this
.
OriginAddress
.
DepartCityId
=
options
.
DepartCityId
?
options
.
DepartCityId
:
0
,
this
.
msg
.
DepartCityId
=
this
.
msgAddress
.
DepartCityId
=
this
.
OriginAddress
.
DepartCityId
=
options
.
DepartCityId
?
options
.
DepartCityId
:
0
,
this
.
msg
.
ArriveCityId
=
this
.
msgAddress
.
ArriveCityId
=
this
.
OriginAddress
.
ArriveCityId
=
options
.
ArriveCityId
?
options
.
ArriveCityId
:
0
this
.
msg
.
ArriveCityId
=
this
.
msgAddress
.
ArriveCityId
=
this
.
OriginAddress
.
ArriveCityId
=
options
.
ArriveCityId
?
options
.
ArriveCityId
:
0
,
this
.
msg
.
TicketType
=
this
.
msgAddress
.
TicketType
=
options
.
TicketType
>
0
?
options
.
TicketType
:
2
,
this
.
U
=
uni
.
getStorageSync
(
"mall_UserInfo"
)
this
.
U
=
uni
.
getStorageSync
(
"mall_UserInfo"
)
if
(
this
.
U
&&
this
.
U
.
Token
){
if
(
this
.
U
&&
this
.
U
.
Token
){
this
.
isToken
=
true
this
.
isToken
=
true
...
...
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