|
@@ -971,7 +971,7 @@ export default {
|
|
|
markersMap.bindPopupHtml += '<span>' +
|
|
|
' <div class="d-l-con">' +
|
|
|
' <div class="d-l-l-text">' +
|
|
|
- '<img src="/' + this.eventList[i].picturePath + '" style="width: 150px;height: 100px"/>' +
|
|
|
+ '<img src="'+ this.eventList[i].picturePath + '" style="width: 150px;height: 100px"/>' +
|
|
|
' </div>' +
|
|
|
' </div>' +
|
|
|
' </span>'
|