From 5b9c22a1e5e2364603778d1ed95e73129b47f1db Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期二, 12 十一月 2024 10:52:47 +0800
Subject: [PATCH] ll

---
 h5/pages/staff/meetingCalendar.vue |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/h5/pages/staff/meetingCalendar.vue b/h5/pages/staff/meetingCalendar.vue
index b39ca85..cf2c33b 100644
--- a/h5/pages/staff/meetingCalendar.vue
+++ b/h5/pages/staff/meetingCalendar.vue
@@ -228,7 +228,8 @@
     this.getRoomList()
   },
   onShow() {
-    this.tabClick('0')
+    // this.tabClick('0')
+		this.getRecordList()
   },
   onReachBottom() {
     const { activeTab } = this
@@ -265,6 +266,7 @@
       this.activeTab = val
       if (val === '1') {
         this.recordPage = 1
+        this.recordList = []
         this.getRecordList()
       } else {
         this.myMeetingList = []
@@ -462,6 +464,10 @@
             font-weight: 600;
             font-size: 32rpx;
             color: #222222;
+            flex: 1;
+            overflow: hidden;
+            white-space: nowrap;
+            text-overflow: ellipsis;
           }
           .status {
             height: 38rpx;
@@ -471,6 +477,10 @@
             border: 1rpx solid #999999;
             font-size: 22rpx;
             color: #999999;
+            margin-left: 20rpx;
+            display: flex;
+            justify-content: center;
+            align-items: center;
           }
           .padding {
             color: $uni-color-primary;

--
Gitblit v1.9.3