feat: 消息的默认数据清除
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user