Browse Source

农业详情修改

wang_xy 2 years ago
parent
commit
6d03ea3745
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/forest.vue

+ 1 - 1
src/views/forest.vue

@@ -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>'