Merge pull request '12' (#13) from caolc into master
Reviewed-on: #13
This commit was merged in pull request #13.
This commit is contained in:
@@ -487,7 +487,7 @@
|
|||||||
markerList.forEach((item, index) => {
|
markerList.forEach((item, index) => {
|
||||||
let configure = {
|
let configure = {
|
||||||
siteId: item.id,
|
siteId: item.id,
|
||||||
id: Number(`${index}`), //2023.08.30 在此处踩坑 一作这b竟然把id重新赋值了
|
id: Number(`${index}`), //2023.08.30 在此处踩坑 一作这b竟然把id重新赋值了。 一作:去好好查一下官网的MAP中的marker的文档 id字段的注意事项,再看一下后台给的id, 补补课
|
||||||
imgCustomCallout: this.olitype(item.siteChannel),
|
imgCustomCallout: this.olitype(item.siteChannel),
|
||||||
iconPath: '../../static/img/tt.png',
|
iconPath: '../../static/img/tt.png',
|
||||||
width: 5,
|
width: 5,
|
||||||
|
|||||||
Reference in New Issue
Block a user