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
9bfc6419
Commit
9bfc6419
authored
Jun 03, 2021
by
ZJG
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
f018853c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
3 deletions
+11
-3
map.vue
pages/guidecar/map.vue
+2
-1
allorderdetails.vue
pages/jiuzhai/allorderdetails.vue
+9
-2
No files found.
pages/guidecar/map.vue
View file @
9bfc6419
<
template
>
<view
class=
"map"
>
<map
id=
"navmap"
style=
"width: 100%;height: 600px;"
:markers=
"markers"
:latitude=
"src_latitude"
:longitude=
"src_longitude"
<map
id=
"navmap"
style=
"width: 100%;height: 600px;"
:markers=
"markers"
:latitude=
"src_latitude"
:longitude=
"src_longitude"
:scale=
"scale"
:hidden=
"false"
>
</map>
<view
class=
"liststyle"
v-if=
"details.type==1"
>
...
...
@@ -30,6 +30,7 @@
upcar
:[],
downcar
:[],
mainColor
:
''
,
scale
:
9
}
},
onReady
(){
...
...
pages/jiuzhai/allorderdetails.vue
View file @
9bfc6419
...
...
@@ -254,11 +254,18 @@
<view
class=
"box-c-car"
>
<view
class=
"box-c-caritem"
>
<view
class=
"box-c-caritem-l"
>
上车地点
</view>
<view
class=
"box-c-caritem-r"
@
click=
"goopenlocation(x.DepartLonlat)"
>
{{
x
.
DepartAddress
}}
</view>
<view
class=
"box-c-caritem-r"
@
click=
"goopenlocation(x.DepartLonlat)"
style=
"display: flex;align-items: flex-start;justify-content: flex-end;"
>
<u-icon
name=
"location-o"
size=
"34"
></u-icon>
{{
x
.
DepartAddress
}}
</view>
</view>
<view
class=
"box-c-caritem"
>
<view
class=
"box-c-caritem-l"
>
下车地点
</view>
<view
class=
"box-c-caritem-r"
@
click=
"goopenlocation(x.ArriveLonlat)"
>
{{
x
.
ArriveAddress
}}
</view>
<view
class=
"box-c-caritem-r"
@
click=
"goopenlocation(x.ArriveLonlat)"
style=
"display: flex;align-items: flex-start;justify-content: flex-end;"
>
<u-icon
name=
"location-o"
size=
"34"
></u-icon>
{{
x
.
ArriveAddress
}}
</view>
</view>
<view
class=
"xian"
></view>
<view
class=
"box-c-caritem"
>
...
...
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