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
67fd227f
Commit
67fd227f
authored
May 06, 2025
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
bb0524a7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
alightingPoint.vue
pages/bus/components/address/alightingPoint.vue
+3
-1
index.vue
pages/bus/index.vue
+1
-1
No files found.
pages/bus/components/address/alightingPoint.vue
View file @
67fd227f
...
...
@@ -108,7 +108,6 @@
},
type
:
{
handler
(
val
,
oldval
)
{
this
.
addressList
=
[]
this
.
getPlaceList
()
},
deep
:
false
,
...
...
@@ -179,10 +178,12 @@
},
searchClose
()
{
this
.
isShow
=
false
this
.
addressList
=
[]
this
.
$emit
(
'close'
)
},
currentData
(
item
,
items
,
type
)
{
if
(
type
==
1
){
// 选城市
if
(
this
.
type
<
3
){
this
.
busInfor
.
desCountryId
=
item
.
Country
this
.
busInfor
.
desCountryName
=
item
.
CountryName
...
...
@@ -210,6 +211,7 @@
}
this
.
busInfor
.
ThreeCode
=
item
.
ThreeCode
}
else
{
// 选地址
if
(
this
.
type
<
3
){
this
.
busInfor
.
destination
=
this
.
busInfor
.
desCountryName
+
this
.
busInfor
.
desCityName
+
item
.
name
this
.
busInfor
.
desLatitude
=
item
.
latitude
...
...
pages/bus/index.vue
View file @
67fd227f
...
...
@@ -273,7 +273,7 @@
background
:
"#B99846"
,
},
getTheCar
:
1
,
//1 接机
目的地 2送机出发地 3出发地
getTheCar
:
1
,
//1 接机
下车 2送机下车 3上车
startYear
:
2025
,
}
},
...
...
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