|
@@ -582,7 +582,7 @@ export default {
|
|
|
' </div>' +
|
|
|
' </div>' +
|
|
|
' </span>'
|
|
|
- if (this.eventList[i].picturePath != null && this.eventList[i].picturePath != ''&& this.isAssetTypeAnImage(this.eventList[i].picturePath)) {
|
|
|
+ if (this.eventList[i].picturePath != null && this.eventList[i].picturePath != '' && this.isAssetTypeAnImage(this.eventList[i].picturePath)) {
|
|
|
markersMap.bindPopupHtml += '<span>' +
|
|
|
' <div class="d-l-con">' +
|
|
|
' <div class="d-l-l-text">' +
|
|
@@ -940,7 +940,7 @@ export default {
|
|
|
' </div>' +
|
|
|
' </div>' +
|
|
|
' </span>'
|
|
|
- if (this.eventList[i].picturePath != null && this.eventList[i].picturePath != ''&& this.isAssetTypeAnImage(this.eventList[i].picturePath) {
|
|
|
+ if (this.eventList[i].picturePath != null && this.eventList[i].picturePath != '' && this.isAssetTypeAnImage(this.eventList[i].picturePath)) {
|
|
|
markersMap.bindPopupHtml += '<span>' +
|
|
|
' <div class="d-l-con">' +
|
|
|
' <div class="d-l-l-text">' +
|