From 86005dc980106809704a7df9ecf201c8ef3db9f7 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期一, 03 六月 2024 18:17:34 +0800
Subject: [PATCH] ‘’

---
 h5/pages/staff/meetingManager.vue |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/h5/pages/staff/meetingManager.vue b/h5/pages/staff/meetingManager.vue
index 7a18ed1..f55bb51 100644
--- a/h5/pages/staff/meetingManager.vue
+++ b/h5/pages/staff/meetingManager.vue
@@ -123,7 +123,7 @@
           queryDate: this.currentDate,
 					status: activeStatus.key || null,
           // roomsId: this.roomId,
-          queryType: 1
+          queryType: 2
         }
       }).then(res => {
 				this.dataList = res.data.records
@@ -184,18 +184,18 @@
   padding: 0;
   background-color: #f7f7f7;
   ::v-deep .uni-calendar-item--checked {
-    background-color: #279baa;
+    background-color: $uni-color-primary;
     border-radius: 8rpx;
   }
   ::v-deep .uni-calendar-item--isDay-text {
-    color: #279baa;
+    color: $uni-color-primary;
   }
 	::v-deep .calendar-point {
-    /* background-color: #279baa; */
+    /* background-color: $uni-color-primary; */
   }
 	
   ::v-deep .uni-calendar-item--isDay {
-    background-color: #279baa;
+    background-color: $uni-color-primary;
     color: #fff;
     border-radius: 8rpx;
   }
@@ -227,7 +227,7 @@
       font-size: 30rpx;
       color: #222222;
       .line {
-        background-color: #279baa;
+        background-color: $uni-color-primary;
       }
     }
   }
@@ -245,7 +245,7 @@
         .icon {
           width: 6rpx;
           height: 32rpx;
-          background: #279baa;
+          background: $uni-color-primary;
           border-radius: 4rpx;
           margin-right: 16rpx;
         }

--
Gitblit v1.9.3