Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
Athena
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
华国豪
Athena
Commits
1f4aa46e
Commit
1f4aa46e
authored
Jan 09, 2020
by
zhengke
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
eb72c7a7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
272 additions
and
289 deletions
+272
-289
tripMap.vue
src/components/global/tripMap.vue
+1
-1
newTrip.vue
src/components/mall/newTrip.vue
+271
-288
No files found.
src/components/global/tripMap.vue
View file @
1f4aa46e
...
@@ -143,7 +143,7 @@
...
@@ -143,7 +143,7 @@
let
lat
=
parseFloat
(
startArray
[
0
]);
let
lat
=
parseFloat
(
startArray
[
0
]);
let
lng
=
parseFloat
(
startArray
[
1
]);
let
lng
=
parseFloat
(
startArray
[
1
]);
this
.
map
.
setCenter
(
new
google
.
maps
.
LatLng
(
lat
,
lng
));
this
.
map
.
setCenter
(
new
google
.
maps
.
LatLng
(
lat
,
lng
));
this
.
map
.
setZoom
(
1
3
);
this
.
map
.
setZoom
(
1
0
);
//全部
//全部
if
(
this
.
type
==
1
)
{
if
(
this
.
type
==
1
)
{
/* 循环标出所有坐标 */
/* 循环标出所有坐标 */
...
...
src/components/mall/newTrip.vue
View file @
1f4aa46e
This diff is collapsed.
Click to expand it.
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