3.13 五点更新

This commit is contained in:
zoujiandong
2026-03-13 17:13:09 +08:00
parent 4042df6762
commit ca69dfbe4b
11 changed files with 51 additions and 15 deletions
+2
View File
@@ -102,6 +102,7 @@
</view>
</view>
</view>
<empty v-if="groups.length == 0" :emptyDesc="'暂无分组'" />
</scroll-view>
<!-- 底部操作栏 -->
<view class="bottom-bar">
@@ -122,6 +123,7 @@ import api from '@/api/api.js';
import docUrl from '@/utils/docUrl'
import dayjs from 'dayjs'
import navTo from '@/utils/navTo.js'
import empty from "@/components/empty/empty.vue"
const list_sort = ref(0);
const group_sort = ref(0);