From e9717d6ebed478c4ff7ddbf539d1a591bbf5185a Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期三, 12 六月 2024 10:49:24 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmvisit

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

diff --git a/h5/pages/staff/meetingCalendar.vue b/h5/pages/staff/meetingCalendar.vue
index 346a6b3..326a824 100644
--- a/h5/pages/staff/meetingCalendar.vue
+++ b/h5/pages/staff/meetingCalendar.vue
@@ -93,6 +93,7 @@
               <view class="value">{{ item.remark || item.meetingRemark }}</view>
             </view>
           </view>
+          <image v-if="myMeetingList.length === 0" src="@/static/empty.png" style="width: 320rpx;margin: 60rpx auto;" mode="widthFix" />
         </view>
       </view>
     </template>
@@ -141,6 +142,7 @@
               <view class="value">{{ item.remark || item.meetingRemark }}</view>
             </view>
           </view>
+          <image v-if="recordList.length === 0" src="@/static/empty.png" style="width: 320rpx;margin: 120rpx auto;" mode="widthFix" />
         </view>
       </view>
     </template>
@@ -234,7 +236,7 @@
           return {
             time: j.monthDate,
             pointText: j.meetingNum,
-            pointTextColor: 'red'
+            pointTextColor: '#fff'
           }
         })
       })
@@ -264,6 +266,7 @@
 			this.myMeetingList = []
       this.activeRoom = { ...e.value[0] }
       this.isShowStatus = false
+      this.myPage = 1
       this.getDayMeeting()
     },
     handleDetail(id) {

--
Gitblit v1.9.3