feat: 优化分类页内容管理
This commit is contained in:
@@ -241,6 +241,7 @@ Page({
|
||||
if (!result.success) throw new Error(result.message || '查询失败');
|
||||
|
||||
const rows = result.data || [];
|
||||
console.log('rows', rows);
|
||||
_categoryData = buildCategoryDataFromCloud(rows);
|
||||
debugLogWorksheetStatsAfterCategoryLoad({ kind: 'cloud', rows });
|
||||
} catch {
|
||||
|
||||
Reference in New Issue
Block a user