diff --git a/pages/meter/preStoreMeter.vue b/pages/meter/preStoreMeter.vue index c7c0302..fb4338f 100644 --- a/pages/meter/preStoreMeter.vue +++ b/pages/meter/preStoreMeter.vue @@ -15,7 +15,7 @@ 剩余余额 - {{prestoreDegrees}} + {{curDegrees}} @@ -53,8 +53,8 @@ return { machineId:'', machineName:'', - feeConfigName:'', - prestoreDegrees:'0', + address:'', + curDegrees:'0', amount:'0', appId:'', communityId:'', @@ -77,8 +77,8 @@ roomId:this.roomId }).then(_data=>{ _that.machineName=_data[0].machineName; - _that.feeConfigName=_data[0].feeConfigName; - _that.prestoreDegrees=_data[0].prestoreDegrees; + _that.address=_data[0].address; + _that.curDegrees=_data[0].curDegrees; _that.amount=_data[0].amount; }) },