v1.7.9 — 修复首页丢失 m 变量定义

This commit is contained in:
mac
2026-06-16 15:05:11 +08:00
parent be6a7f5c38
commit 2c199aae76

View File

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