Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
Muse
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
罗超
Muse
Commits
71d966a5
Commit
71d966a5
authored
Nov 28, 2019
by
华国豪
🙄
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化客户地图
parent
2a094b52
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
6 deletions
+7
-6
centerMpBaidu.vue
src/components/sellDashboard/map/centerMpBaidu.vue
+5
-4
index.js
src/plugins/index.js
+2
-2
No files found.
src/components/sellDashboard/map/centerMpBaidu.vue
View file @
71d966a5
...
...
@@ -140,10 +140,11 @@ export default {
this
.
apipost
(
'financestatistics_post_GetCustomerInfoForB2BKB'
,
{
CustomerId
:
item
.
CustomerId
},
res
=>
{
if
(
res
.
data
.
resultCode
==
1
)
{
const
infoWindow
=
new
BMap
.
InfoWindow
(
`
<p>联系人:
${
res
.
data
.
data
.
Contact
}
</p>
<p>联系电话:
${
res
.
data
.
data
.
ContactNumber
}
</p>
<p>门店名称:
${
res
.
data
.
data
.
CustomerName
}
</p>
<p>门店地址:
${
res
.
data
.
data
.
Address
}
</p>
<p style="font-size: 14px;">联系人:
${
res
.
data
.
data
.
Contact
}
</p>
<p style="font-size: 14px;">联系电话:
${
res
.
data
.
data
.
ContactNumber
}
</p>
<p style="font-size: 14px;">门店名称:
${
res
.
data
.
data
.
CustomerName
}
</p>
<p style="font-size: 14px;">门店地址:
${
res
.
data
.
data
.
Address
}
</p>
<p style="font-size: 14px;">关联销售:
${
res
.
data
.
data
.
EmName
}
</p>
`
)
this
.
map
.
openInfoWindow
(
infoWindow
,
point
);
}
...
...
src/plugins/index.js
View file @
71d966a5
...
...
@@ -14,8 +14,8 @@ export default {
Vue
.
prototype
.
domainManager
=
function
()
{
// var domainUrl = "http://test_reborn.oytour.com";//主域名
//var domainUrl = "http://reborn.oytour.com"; //主域名
var
domainUrl
=
"http://reborn.oytour.com"
;
//主域名
// var domainUrl = "http://192.168.2.65:8025
";//主域名
//
var domainUrl = "http://reborn.oytour.com";//主域名
var
domainUrl
=
"http://192.168.2.16:8083
"
;
//主域名
if
(
this
.
isOnline
())
{
domainUrl
=
"http://reborn.oytour.com"
;
}
...
...
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