소스 검색

农业详情修改

wang_xy 2 년 전
부모
커밋
6d03ea3745
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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>'