From 9bd4b8c2f474c778e56a1cfefad69daf71143e3f Mon Sep 17 00:00:00 2001 From: cnliucheng Date: Wed, 8 Jul 2026 14:11:56 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=B0=E5=BD=95=E9=A1=B5=E9=A6=96?= =?UTF-8?q?=E6=AC=A1=E7=A9=BA=E7=8A=B6=E6=80=81=E6=98=BE=E7=A4=BA=E5=BC=95?= =?UTF-8?q?=E5=AF=BC=E5=8D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 之前: totalSessions=0 时,用户看到 stats 显示 0次/0秒 + 空日历 + 空历史, 一整页'什么都没有'。 现在: 完全没记录时只显示一张大引导卡(插画+CTA'开始训练'), 有数据后才显示 3 个统计/日历/历史卡片。 --- pages/records/records.wxml | 23 ++++++++++++++--- pages/records/records.wxss | 51 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+), 4 deletions(-) diff --git a/pages/records/records.wxml b/pages/records/records.wxml index 7a36f5e..de427b1 100644 --- a/pages/records/records.wxml +++ b/pages/records/records.wxml @@ -8,8 +8,23 @@