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
e5131efd
Commit
e5131efd
authored
Oct 20, 2023
by
18224442217
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
5c8d02f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
7 deletions
+5
-7
airTicketList.vue
pages/airTicket/airTicketList.vue
+5
-7
No files found.
pages/airTicket/airTicketList.vue
View file @
e5131efd
...
...
@@ -210,13 +210,8 @@
}
},
onLoad
(
options
){
if
(
options
.
data
){
let
obj
=
JSON
.
parse
(
options
.
data
)
// this.OriginAddress.DepartCityName = obj.DepartCityName,
this
.
msg
.
DepartCityId
=
this
.
OriginAddress
.
DepartCityId
=
obj
.
DepartCityId
,
// this.OriginAddress.ArriveCityName = obj.ArriveCityName,
this
.
msg
.
ArriveCityId
=
this
.
OriginAddress
.
DepartCityId
=
obj
.
ArriveCityId
}
this
.
msg
.
DepartCityId
=
this
.
OriginAddress
.
DepartCityId
=
options
.
DepartCityId
?
options
.
DepartCityId
:
0
,
this
.
msg
.
ArriveCityId
=
this
.
OriginAddress
.
DepartCityId
=
options
.
ArriveCityId
?
options
.
ArriveCityId
:
0
this
.
U
=
uni
.
getStorageSync
(
"mall_UserInfo"
)
if
(
this
.
U
&&
this
.
U
.
Token
){
this
.
isToken
=
true
...
...
@@ -245,6 +240,9 @@
this
.
OriginAddress
=
JSON
.
parse
(
JSON
.
stringify
(
obj
))
this
.
msg
.
DepartCityId
=
this
.
OriginAddress
.
DepartCityId
this
.
msg
.
ArriveCityId
=
this
.
OriginAddress
.
ArriveCityId
if
(
this
.
msg
.
DepartCityId
||
this
.
msg
.
ArriveCityId
){
this
.
getDataList
()
}
}
},
RenewalAddres
(
SelectObj
,
AddressType
){
...
...
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