|
@@ -69,7 +69,8 @@
|
|
|
</div>
|
|
|
<div class="i-list-con h-73">
|
|
|
<div class="d-l-con d-evnet-list-con" v-for="(item,index) in eventList" v-on:click="dropLocation(item.latitude,item.longitude)">
|
|
|
- <img :src="item.picturePath" class="event-list-img">
|
|
|
+ <img :src="item.picturePath" v-if="item.picturePath!=null&&item.picturePath!=''" class="event-list-img">
|
|
|
+ <img src="@/assets/images/visual/img-sample.png" v-else class="event-list-img">
|
|
|
<div class="event-list-text">
|
|
|
<h3>{{item.eventTitle}}</h3>
|
|
|
<!-- <h4><span-->
|
|
@@ -964,7 +965,6 @@
|
|
|
that.eventList = [];
|
|
|
if(res.data.eventList!=null&&res.data.eventList.length>0){
|
|
|
for (let i = 0; i < res.data.eventList.length; i++) {
|
|
|
- res.data.eventList[i].picturePath=res.data.attach[i].attachPath
|
|
|
let markersMap = {
|
|
|
lng: 124.59,
|
|
|
lat: 43.02,
|
|
@@ -1051,8 +1051,6 @@
|
|
|
markersMap.isAggregation = true
|
|
|
}
|
|
|
for (let i = 0; i < res.data.eventList.length; i++) {
|
|
|
- res.data.eventList[i].picturePath=res.data.attach[i].attachPath
|
|
|
-
|
|
|
if(res.data.eventList[i].eventStatus=="event_event_status_1"||res.data.eventList[i].eventStatus=="event_event_status_2"||res.data.eventList[i].eventStatus=="event_event_status_6"){
|
|
|
markersMap.click = "showEventInfo_Processed"
|
|
|
}else if(res.data.eventList[i].eventStatus=="event_event_status_4"){
|
|
@@ -1125,7 +1123,7 @@
|
|
|
markersMap.isAggregation = true
|
|
|
}
|
|
|
for (let i = 0; i < res.data.eventList.length; i++) {
|
|
|
- res.data.eventList[i].picturePath=res.data.attach[i].attachPath
|
|
|
+
|
|
|
markersMap.lng = res.data.eventList[i].longitude
|
|
|
markersMap.lat =res.data.eventList[i].latitude
|
|
|
markersMap.bindPopupHtml = '<div class="map-tip">' +
|
|
@@ -1179,7 +1177,6 @@
|
|
|
that.eventList = [];
|
|
|
if(res.data.eventList!=null&&res.data.eventList.length>0){
|
|
|
for (let i = 0; i < res.data.eventList.length; i++) {
|
|
|
- res.data.eventList[i].picturePath=res.data.attach[i].attachPath
|
|
|
let markersMap = {
|
|
|
lng: 124.59,
|
|
|
lat: 43.02,
|