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
0066ae97
Commit
0066ae97
authored
May 07, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
9f30971b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
alightingPoint.vue
pages/bus/components/address/alightingPoint.vue
+3
-2
No files found.
pages/bus/components/address/alightingPoint.vue
View file @
0066ae97
...
@@ -189,6 +189,7 @@
...
@@ -189,6 +189,7 @@
this
.
parameters
.
KeyWords
=
''
this
.
parameters
.
KeyWords
=
''
this
.
addressList
=
[]
this
.
addressList
=
[]
this
.
$emit
(
'close'
)
this
.
$emit
(
'close'
)
this
.
$emit
(
'change'
,
this
.
busInfor
)
},
},
currentData
(
item
,
items
,
type
)
{
currentData
(
item
,
items
,
type
)
{
if
(
type
==
1
){
if
(
type
==
1
){
...
@@ -222,7 +223,7 @@
...
@@ -222,7 +223,7 @@
}
else
{
}
else
{
// 选地址
// 选地址
if
(
this
.
type
<
3
){
if
(
this
.
type
<
3
){
this
.
busInfor
.
destination
=
this
.
busInfor
.
desCountryName
+
this
.
busInfor
.
desCityName
+
item
.
name
this
.
busInfor
.
destination
=
this
.
busInfor
.
desCountryName
+
this
.
busInfor
.
desCityName
+
(
this
.
busInfor
.
desCityName
!=
item
.
name
?
item
.
name
:
''
)
this
.
busInfor
.
desLatitude
=
item
.
latitude
this
.
busInfor
.
desLatitude
=
item
.
latitude
this
.
busInfor
.
desLongitude
=
item
.
longitude
this
.
busInfor
.
desLongitude
=
item
.
longitude
if
(
this
.
type
==
1
){
if
(
this
.
type
==
1
){
...
@@ -231,7 +232,7 @@
...
@@ -231,7 +232,7 @@
this
.
$emit
(
'change'
,
this
.
busInfor
)
this
.
$emit
(
'change'
,
this
.
busInfor
)
}
}
}
else
{
}
else
{
this
.
busInfor
.
startaddress
=
this
.
busInfor
.
CountryName
+
this
.
busInfor
.
CityName
+
item
.
name
this
.
busInfor
.
startaddress
=
this
.
busInfor
.
CountryName
+
this
.
busInfor
.
CityName
+
(
this
.
busInfor
.
CityName
!=
item
.
name
?
item
.
name
:
''
)
this
.
busInfor
.
oriLatitude
=
item
.
latitude
this
.
busInfor
.
oriLatitude
=
item
.
latitude
this
.
busInfor
.
oriLongitude
=
item
.
longitude
this
.
busInfor
.
oriLongitude
=
item
.
longitude
this
.
$emit
(
'change'
,
this
.
busInfor
)
this
.
$emit
(
'change'
,
this
.
busInfor
)
...
...
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