| src/components/map/components/businessDataPopup.vue | ●●●●● patch | view | raw | blame | history | |
| src/views/house/businessData.js | ●●●●● patch | view | raw | blame | history | |
| src/views/house/index.vue | ●●●●● patch | view | raw | blame | history |
src/components/map/components/businessDataPopup.vue
@@ -47,9 +47,11 @@ <div>经度:</div> <div>{{ businessDataPopupData.lat }}</div> </div> <div class="item"> <div class="item item-pic"> <div>图片:</div> <div>暂无图片</div> <div> <img :src="item.picUrl" width="100%" height="100%" alt /> </div> </div> </div> </div> @@ -270,6 +272,10 @@ } .item-pic { height: 120px; } .item:nth-of-type(3) { height: 90px; src/views/house/businessData.js
Diff too large src/views/house/index.vue
@@ -1469,6 +1469,7 @@ item.name = item.place_name item.x = item.lng item.y = item.lat item.picUrl = 'http://10.141.11.11' + item.url sCData.push(item) } })