This commit is contained in:
parent
21d92eca9d
commit
39b901917e
|
|
@ -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];
|
||||
|
|
|
|||
Loading…
Reference in New Issue