彭宇 2 سال پیش
والد
کامیت
0844c0f9e9
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      src/views/forest.vue

+ 2 - 0
src/views/forest.vue

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