|
@@ -1483,6 +1483,7 @@
|
|
},
|
|
},
|
|
todayEventCountSetMarkers(eventStatus) {
|
|
todayEventCountSetMarkers(eventStatus) {
|
|
this.iconCurrentIndex1 = eventStatus
|
|
this.iconCurrentIndex1 = eventStatus
|
|
|
|
+ this.iconCurrentIndex2 = ''
|
|
// if (eventStatus == "event_event_status_3") {
|
|
// if (eventStatus == "event_event_status_3") {
|
|
// return
|
|
// return
|
|
// }
|
|
// }
|
|
@@ -1557,6 +1558,7 @@
|
|
},
|
|
},
|
|
todayEventSourcetSetMarkers(eventSource) {
|
|
todayEventSourcetSetMarkers(eventSource) {
|
|
this.iconCurrentIndex2 = eventSource
|
|
this.iconCurrentIndex2 = eventSource
|
|
|
|
+ this.iconCurrentIndex1 = ''
|
|
//点击今日事件后三个按钮列表
|
|
//点击今日事件后三个按钮列表
|
|
let that = this
|
|
let that = this
|
|
getEventSourceList(eventSource).then(res => {
|
|
getEventSourceList(eventSource).then(res => {
|