liukangdong
2024-06-11 1be9363108acde037a4e5907520d5a819c3a0c41
h5/pages/staff/meetingCalendar.vue
@@ -234,7 +234,7 @@
          return {
            time: j.monthDate,
            pointText: j.meetingNum,
            pointTextColor: 'red'
            pointTextColor: '#fff'
          }
        })
      })
@@ -264,6 +264,7 @@
         this.myMeetingList = []
      this.activeRoom = { ...e.value[0] }
      this.isShowStatus = false
      this.myPage = 1
      this.getDayMeeting()
    },
    handleDetail(id) {