jiangping
2024-06-12 4f68c496d74c036c094a7c2341b50c8424be0fe6
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) {