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)],