fix(sth): 微改

This commit is contained in:
BTMuli
2023-04-03 23:19:01 +08:00
parent 1fff6dd0d6
commit 8cb6e2eece
5 changed files with 9 additions and 9 deletions

View File

@@ -31,10 +31,10 @@ const loadingSubtitle = ref("");
const components = ref([] as any[]);
let itemRefs = ref([] as any[]);
!onMounted(() => {
onMounted(async () => {
loadingTitle.value = "正在加载首页";
const showItems = homeStore.getShowValue();
Promise.allSettled(
await Promise.allSettled(
showItems.map(item => {
switch (item) {
case "限时祈愿":