From f40c33fa2e871c469be740aca9cc763086b108e2 Mon Sep 17 00:00:00 2001 From: zzc <1761997216@qq.com> Date: Fri, 27 Feb 2026 18:04:30 +0800 Subject: [PATCH] fix: index page --- pages/index/index.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 63de24c..df9c578 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -339,20 +339,20 @@ const lunarDate = computed(() => { }); const sceneList = ref([ - { - id: 1, - name: "节日祝福", - icon: "/static/icon/celebrate.png", - scene: "holiday", - }, + { id: 3, name: "每日问候", icon: "/static/icon/yunshi.png", scene: "daily" }, { id: 2, name: "生日纪念", icon: "/static/icon/guashi.png", scene: "birthday", }, - { id: 3, name: "每日问候", icon: "/static/icon/yunshi.png", scene: "daily" }, { id: 4, name: "情感表达", icon: "/static/icon/hongbao.png", scene: "love" }, + { + id: 1, + name: "节日祝福", + icon: "/static/icon/celebrate.png", + scene: "holiday", + }, ]); const wallpaperList = ref([]);