From 2c199aae76b2a7f1f7374077b220bf0a64e4d633 Mon Sep 17 00:00:00 2001 From: mac Date: Tue, 16 Jun 2026 15:05:11 +0800 Subject: [PATCH] =?UTF-8?q?v1.7.9=20=E2=80=94=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E4=B8=A2=E5=A4=B1=20m=20=E5=8F=98=E9=87=8F?= =?UTF-8?q?=E5=AE=9A=E4=B9=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/app.js b/static/app.js index d7b94ac..8ae98f2 100644 --- a/static/app.js +++ b/static/app.js @@ -93,6 +93,7 @@ function render() { function renderHome() { const { summary, financeMonthly } = state.data; + const m = summary.metrics; const rows1 = [ ["年度累计签约", money(m.signed_annual || m.signed_amount)], ["Q2 累计签约", money(m.signed_q2 || 0)],