feat: 消息的默认数据清除

This commit is contained in:
2026-05-11 17:00:23 +08:00
parent 42f274c487
commit 0dc18bc9a5

View File

@@ -37,22 +37,7 @@ const interval = ref(7000);
const duration = ref(500); const duration = ref(500);
const currentIndex = ref(0); const currentIndex = ref(0);
// const bannerList = ref([]); 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 onSwiperChange = (e) => { const onSwiperChange = (e) => {
currentIndex.value = e.detail.current; currentIndex.value = e.detail.current;