修正多处问题,添加骨架屏

This commit is contained in:
2026-06-29 16:41:36 +08:00
parent e85f39ab83
commit 13b99428de
124 changed files with 929 additions and 147 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
<!-- components/TabBar.vue -->
<!-- components/TabBar.vue -->
<template>
<view v-if="shouldShowTabBar" class="tab-bar-wrapper">
<view class="tab-bar">
@@ -290,4 +290,4 @@ function onTabTap(index) {
color: rgba(130, 220, 130, 0.9);
font-weight: 600;
}
</style>
</style>