Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cloud-platform-ui
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
youjj
cloud-platform-ui
Commits
a01d1fff
Commit
a01d1fff
authored
Aug 26, 2019
by
denghr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
公众号样式
parent
76aa83f7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
campsite.vue
src/views/baseInfo/campsite/campsite.vue
+1
-1
companyMap.vue
src/views/baseInfo/companyInfo/companyMap.vue
+1
-1
index.vue
src/views/baseInfo/companyInfo/index.vue
+1
-1
No files found.
src/views/baseInfo/campsite/campsite.vue
View file @
a01d1fff
...
...
@@ -42,7 +42,7 @@
</div>
<div
class=
"addressBox"
>
<div
class=
"addressLeft"
>
<img
width=
"11"
style=
"margin-right:5px"
src=
"../../../../static/images/local.png"
alt=
""
srcset=
""
>
<img
width=
"11"
height=
"16"
style=
"margin-right:5px"
src=
"../../../../static/images/local.png"
alt=
""
srcset=
""
>
<div
class=
"ellipsis"
style=
"color:#666;font-size:11px;vertical-align: 2px;width:200px"
>
{{
item
.
address
}}
</div>
</div>
<div
class=
"addressRight"
@
click=
"openAddress(item)"
>
...
...
src/views/baseInfo/companyInfo/companyMap.vue
View file @
a01d1fff
...
...
@@ -200,7 +200,7 @@
if
(
r
){
$
.
ajax
({
type
:
'get'
,
url
:
'http://api.map.baidu.com/geocoder/v2/?ak=wWYw0yCb8ntXmSgTxTx40vKR&callback=renderReverse&location='
+
r
.
point
.
lat
+
','
+
r
.
point
.
lng
+
'&output=json&pois=1'
,
url
:
'http
s
://api.map.baidu.com/geocoder/v2/?ak=wWYw0yCb8ntXmSgTxTx40vKR&callback=renderReverse&location='
+
r
.
point
.
lat
+
','
+
r
.
point
.
lng
+
'&output=json&pois=1'
,
async
:
false
,
jsonp
:
"callback"
,
dataType
:
'jsonp'
,
...
...
src/views/baseInfo/companyInfo/index.vue
View file @
a01d1fff
...
...
@@ -42,7 +42,7 @@
</div>
<div
class=
"addressBox"
>
<div
class=
"addressLeft"
>
<img
width=
"11"
style=
"margin-right:5px"
src=
"../../../../static/images/local.png"
alt=
""
srcset=
""
>
<img
width=
"11"
height=
"16"
style=
"margin-right:5px"
src=
"../../../../static/images/local.png"
alt=
""
srcset=
""
>
<div
class=
"ellipsis"
style=
"color:#666;font-size:11px;vertical-align: 2px;width:200px"
>
{{
item
.
address
}}
</div>
</div>
<div
class=
"addressRight"
@
click=
"openAddress(item)"
>
...
...
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