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
61404219
Commit
61404219
authored
May 06, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
67fd227f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
18 deletions
+19
-18
alightingPoint.vue
pages/bus/components/address/alightingPoint.vue
+2
-2
index.vue
pages/bus/index.vue
+17
-16
No files found.
pages/bus/components/address/alightingPoint.vue
View file @
61404219
...
...
@@ -137,14 +137,14 @@
if
(
res
.
resultCode
==
1
){
if
(
res
.
data
.
length
>
0
){
this
.
PlaceList
=
res
.
data
if
(
this
.
type
<
3
&&
(
!
this
.
busInfor
.
desCountryId
||
this
.
busInfor
.
desCountryId
==
''
)
){
if
(
this
.
type
<
3
&&
!
this
.
busInfor
.
desCountryId
){
this
.
busInfor
.
desCountryId
=
res
.
data
[
0
].
Country
this
.
busInfor
.
desCountryName
=
res
.
data
[
0
].
CountryName
this
.
busInfor
.
ThreeCode
=
res
.
data
[
0
].
ThreeCode
this
.
busInfor
.
desCityId
=
res
.
data
[
0
].
CityList
[
0
].
City
this
.
busInfor
.
desCityName
=
res
.
data
[
0
].
CityList
[
0
].
CityName
}
if
(
this
.
type
==
3
&&
(
!
this
.
busInfor
.
CountryId
||
this
.
busInfor
.
CountryId
==
''
)
){
if
(
this
.
type
==
3
&&
!
this
.
busInfor
.
CountryId
){
this
.
busInfor
.
CountryId
=
res
.
data
[
0
].
Country
this
.
busInfor
.
CountryName
=
res
.
data
[
0
].
CountryName
this
.
busInfor
.
ThreeCode
=
res
.
data
[
0
].
ThreeCode
...
...
pages/bus/index.vue
View file @
61404219
...
...
@@ -358,11 +358,11 @@
setType
(
type
){
if
(
type
)
{
if
(
this
.
busInfor
.
CarType
!=
type
){
this
.
busInfor
.
CountryId
=
''
this
.
busInfor
.
CityId
=
''
this
.
busInfor
.
CountryId
=
null
this
.
busInfor
.
CityId
=
null
this
.
busInfor
.
CityName
=
''
this
.
busInfor
.
desCountryId
=
''
this
.
busInfor
.
desCityId
=
''
this
.
busInfor
.
desCountryId
=
null
this
.
busInfor
.
desCityId
=
null
this
.
busInfor
.
desCityName
=
''
this
.
busInfor
.
CarType
=
type
...
...
@@ -374,11 +374,11 @@
// this.getPlaceList()
}
else
{
if
(
this
.
busInfor
.
CarType
!=
this
.
current
){
this
.
busInfor
.
CountryId
=
''
this
.
busInfor
.
CityId
=
''
this
.
busInfor
.
CountryId
=
null
this
.
busInfor
.
CityId
=
null
this
.
busInfor
.
CityName
=
''
this
.
busInfor
.
desCountryId
=
''
this
.
busInfor
.
desCityId
=
''
this
.
busInfor
.
desCountryId
=
null
this
.
busInfor
.
desCityId
=
null
this
.
busInfor
.
desCityName
=
''
this
.
busInfor
.
CarType
=
this
.
current
...
...
@@ -387,7 +387,7 @@
this
.
busInfor
.
AirportId
=
null
this
.
busInfor
.
AirportName
=
''
}
this
.
getAirportList
()
//
this.getAirportList()
}
},
clickAirport
(){
...
...
@@ -435,16 +435,17 @@
})
},
radioChange
(
e
){
if
(
this
.
busInfor
.
CarType
!=
e
){
this
.
busInfor
.
CountryId
=
null
this
.
busInfor
.
CityId
=
null
this
.
busInfor
.
CityName
=
''
this
.
busInfor
.
desCountryId
=
null
this
.
busInfor
.
desCityId
=
null
this
.
busInfor
.
desCityName
=
''
}
if
(
this
.
current
!=
e
){
this
.
busInfor
.
CarType
=
e
this
.
current
=
e
this
.
busInfor
.
CountryId
=
''
this
.
busInfor
.
CityId
=
''
this
.
busInfor
.
CityName
=
''
this
.
busInfor
.
desCountryId
=
''
this
.
busInfor
.
desCityId
=
''
this
.
busInfor
.
desCityName
=
''
this
.
busInfor
.
startaddress
=
''
this
.
busInfor
.
destination
=
''
...
...
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