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
2516b32f
Commit
2516b32f
authored
May 07, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化
parent
33f489b4
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
airport.vue
pages/bus/components/address/airport.vue
+2
-2
alightingPoint.vue
pages/bus/components/address/alightingPoint.vue
+2
-2
index.vue
pages/bus/index.vue
+1
-0
No files found.
pages/bus/components/address/airport.vue
View file @
2516b32f
...
@@ -163,10 +163,10 @@
...
@@ -163,10 +163,10 @@
this
.
busInfor
.
oriLatitude
=
items
.
Lat
this
.
busInfor
.
oriLatitude
=
items
.
Lat
this
.
busInfor
.
oriLongitude
=
items
.
Lng
this
.
busInfor
.
oriLongitude
=
items
.
Lng
if
(
this
.
busInfor
.
CarType
==
1
){
if
(
this
.
busInfor
.
CarType
==
1
){
this
.
busInfor
.
startaddress
=
item
.
CountryName
+
items
.
CityName
+
items
.
AirportName
this
.
busInfor
.
startaddress
=
`
${
item
.
CountryName
}
${
items
.
CityName
}
${
items
.
AirportName
}
`
}
}
if
(
this
.
busInfor
.
CarType
==
2
){
if
(
this
.
busInfor
.
CarType
==
2
){
this
.
busInfor
.
destination
=
item
.
CountryName
+
items
.
CityName
+
items
.
AirportName
this
.
busInfor
.
destination
=
`
${
item
.
CountryName
}
${
items
.
CityName
}
${
items
.
AirportName
}
`
}
}
console
.
log
(
item
)
console
.
log
(
item
)
...
...
pages/bus/components/address/alightingPoint.vue
View file @
2516b32f
...
@@ -222,7 +222,7 @@
...
@@ -222,7 +222,7 @@
}
else
{
}
else
{
// 选地址
// 选地址
if
(
this
.
type
<
3
){
if
(
this
.
type
<
3
){
this
.
busInfor
.
destination
=
this
.
busInfor
.
desCountryName
+
this
.
busInfor
.
desCityName
+
(
this
.
busInfor
.
desCityName
!=
item
.
name
?
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 +231,7 @@
...
@@ -231,7 +231,7 @@
this
.
$emit
(
'change'
,
this
.
busInfor
)
this
.
$emit
(
'change'
,
this
.
busInfor
)
}
}
}
else
{
}
else
{
this
.
busInfor
.
startaddress
=
this
.
busInfor
.
CountryName
+
this
.
busInfor
.
CityName
+
(
this
.
busInfor
.
CityName
!=
item
.
name
?
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
)
...
...
pages/bus/index.vue
View file @
2516b32f
...
@@ -644,6 +644,7 @@
...
@@ -644,6 +644,7 @@
background
:
#EDEEEE
;
background
:
#EDEEEE
;
position
:
relative
;
position
:
relative
;
border-top-right-radius
:
18
rpx
;
border-top-right-radius
:
18
rpx
;
border-top-left-radius
:
18
rpx
;
}
}
.bus-home-header
.title-box
.titleBox
{
.bus-home-header
.title-box
.titleBox
{
position
:
absolute
;
position
:
absolute
;
...
...
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