大量的代码格式化
Some checks failed
Docker Build & Deploy / Build Docker Image (push) Failing after 1m10s
Docker Build & Deploy / Deploy to Production (push) Has been skipped
Docker Build & Deploy / Cleanup Dangling Images (push) Successful in 1s
Docker Build & Deploy / WeChat Notification (push) Successful in 1s

This commit is contained in:
孙诚
2026-01-16 11:15:44 +08:00
parent 9069e3dbcf
commit 319f8f7d7b
54 changed files with 2973 additions and 2200 deletions

View File

@@ -1,10 +1,10 @@
<template>
<div class="page-container-flex">
<van-nav-bar
title="批量分类"
<van-nav-bar
title="批量分类"
left-text="返回"
left-arrow
placeholder
placeholder
@click-left="handleBack"
/>
@@ -16,7 +16,7 @@
<!-- 分组列表 -->
<van-empty v-if="!hasData && finished" description="暂无数据" />
<van-list
v-model:loading="listLoading"
v-model:error="error"
@@ -85,7 +85,7 @@ const onLoad = async () => {
listLoading.value = false
return
}
try {
await groupListRef.value.loadData()
@@ -94,7 +94,7 @@ const onLoad = async () => {
await loadUnclassifiedCount()
_loadedUnclassifiedInitially.value = true
}
error.value = false
} catch (err) {
console.error('加载分组数据失败:', err)