From 24fd9302ebee8d243f7f87cc79e391d0063bb1fa Mon Sep 17 00:00:00 2001 From: 63f1bb74d2451104dc7d8b9f <63f1bb74d2451104dc7d8b9f@devide> Date: Mon, 24 Jul 2023 13:05:11 +0800 Subject: [PATCH] Auto Commit --- src/components/GameChart.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/GameChart.vue b/src/components/GameChart.vue index 3aacec0..9f92f1b 100644 --- a/src/components/GameChart.vue +++ b/src/components/GameChart.vue @@ -95,6 +95,7 @@ function initDataSource() { state.clickCity = '全国' state.dataSource = [] state.total = 0 + state.totalRealNum = 0 Object.keys(gameJson).forEach(uid => { const isTruth = gameJson[uid].postUrl.includes(gameJson[uid].url) state.dataSource.push({ -- GitLab