diff --git a/src/pages/ChatMain/NoticeMessage/index.vue b/src/pages/ChatMain/NoticeMessage/index.vue index 31cce08..aa2f2ae 100644 --- a/src/pages/ChatMain/NoticeMessage/index.vue +++ b/src/pages/ChatMain/NoticeMessage/index.vue @@ -37,22 +37,7 @@ const interval = ref(7000); const duration = ref(500); const currentIndex = ref(0); -// const bannerList = ref([]); -const bannerList = ref([ - { - entityName: "小七欢迎你~", - effectiveStartTime: "2025年7月12日 09:30", - }, - { - entityName: "小8欢迎你~", - effectiveStartTime: "2025年7月13日 09:30", - }, - { - entityName: "小9欢迎你~", - effectiveStartTime: "2025年7月15日 09:30", - }, -]); - +const bannerList = ref([]); const onSwiperChange = (e) => { currentIndex.value = e.detail.current;