|
@@ -623,7 +623,7 @@
|
|
|
var electricity = response.data.waterConsumption.consumption+"";
|
|
|
//electricity="12345.12"
|
|
|
this.electricityNum = response.data.waterConsumption.consumption;
|
|
|
- this.fee = response.data.waterConsumption.fee;
|
|
|
+ this.fee = response.data.amount;
|
|
|
|
|
|
if (electricity) {
|
|
|
var sz = electricity.split(".")
|