liukangdong
2025-03-06 3d3620b81b9c2ae8e8f41ef542f0e5fa8ae43c00
h5/pages/staff/meetingSubOrder.vue
@@ -137,7 +137,8 @@
         })
         this.$eventBus.$on('meetingSub', (res) => {
            this.param = {
               ...res
               ...res,
               joinNotice: 1
            }
            this.$set(this.param, 'activeDate', dayjs(res.yudingDate).format('YYYY年M月D日'))
            const bookingTimeList = res.bookingTimeList.split(',').map(i => {