From 07f4dbd80aecaf44b2c036037c5d84a1fdb8b451 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期五, 28 六月 2024 17:00:06 +0800
Subject: [PATCH] ‘’

---
 h5/pages/staff/meetingSub.vue |   17 +++++++++++------
 1 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/h5/pages/staff/meetingSub.vue b/h5/pages/staff/meetingSub.vue
index 34a81db..5bf6b0b 100644
--- a/h5/pages/staff/meetingSub.vue
+++ b/h5/pages/staff/meetingSub.vue
@@ -146,11 +146,16 @@
         startTime: selTimeList[0].startTime,
         endTime: selTimeList[selTimeList.length - 1].endTime,
         bookingTimeList: selTimeList.map(i => i.id).join(','),
+        yudingDate: activeRoom.yudingDate,
+        roomName: activeRoom.roomName,
+        limitNum: activeRoom.limitNum,
+        roomId: activeRoom.roomId,
       }
+      setTimeout(() => {
+        this.$eventBus.$emit('meetingSub', obj)
+      }, 500)
       uni.navigateTo({
-        url: `/pages/staff/meetingSubOrder?yudingDate=${activeRoom.yudingDate}&roomName=${activeRoom.roomName}
-        &roomId=${activeRoom.roomId}&startTime=${obj.startTime}&endTime=${obj.endTime}
-        &bookingTimeList=${obj.bookingTimeList}&limitNum=${activeRoom.limitNum}`
+        url: `/pages/staff/meetingSubOrder`
       })
       // this.$jump('/pages/staff/vehicle/apply')
     },
@@ -349,12 +354,12 @@
     color: #fff;
   }
   .disable {
-    background-color: #cccccc;
-    color: #999999;
+    background: #F7F7F7;
+    color: #CCCCCC;
   }
   .hasSub{
     color: #fff;
-    background-color: #2d5c65;
+    background: #CCCCCC;
   }
 }
 .meeting_list {

--
Gitblit v1.9.3