This commit is contained in:
BianLzhaoMin 2025-10-18 17:01:25 +08:00
parent 21d92eca9d
commit 39b901917e
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ function initData() {
$("#actualCost").text(data[key] + "万元");
break;
case "缩减成本":
$("#reduceCost").text(data[key] + "万元");
$("#reduceCost").text(data[key]);
break;
case "天气":
weather = data[key];