From 9d9bd6d0fbc74eed5c0c3edec70e23aac66b584d Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 28 八月 2025 11:33:51 +0800
Subject: [PATCH] gx

---
 src/views/record/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/record/index.vue b/src/views/record/index.vue
index 9423c91..293a751 100644
--- a/src/views/record/index.vue
+++ b/src/views/record/index.vue
@@ -8,7 +8,6 @@
         />
         <div>
             <van-calendar
-                color="#769AFF"
                 :min-date="minDate"
                 @month-show="monthShow"
                 :poppable="false"
@@ -209,6 +208,7 @@
             else {
                 day.bottomInfo='晚上'
             }
+            console.log(day)
         }
         return day
     }

--
Gitblit v1.8.0