feat:【mall 商城】商品统计【ele】100%:迁移完成

This commit is contained in:
YunaiV
2025-10-20 09:51:31 +08:00
parent 12075acefa
commit faa4a9140d
6 changed files with 32 additions and 28 deletions

View File

@@ -39,7 +39,8 @@ async function getMemberSexStatisticsList() {
value: userCount || 0,
};
});
// 更新 Echarts 数据
// 渲染图表
await renderEcharts(getSexChartOptions(chartData));
} finally {
loading.value = false;