|
@@ -308,7 +308,7 @@
|
|
|
this.chargingRecord = res.data.chargingRecord
|
|
|
|
|
|
this.chargingGun = res.data.chargingGun
|
|
|
- this.waitNum=res.data.waitNum;
|
|
|
+ this.waitNum=res.data.chargingRecord.waitNum;
|
|
|
this.isReady = true;
|
|
|
//直流
|
|
|
if(this.chargingGun.gunType==1){
|
|
@@ -333,6 +333,7 @@
|
|
|
|
|
|
}else{
|
|
|
time=3000;
|
|
|
+ this.init();
|
|
|
}
|
|
|
setTimeout(()=>{
|
|
|
this.getInfo();
|
|
@@ -441,7 +442,7 @@
|
|
|
}
|
|
|
|
|
|
.u-progress-info {
|
|
|
- font-size: 36px;
|
|
|
+ font-size: 26px;
|
|
|
padding-left: 16rpx;
|
|
|
letter-spacing: 2rpx;
|
|
|
color: rgba(51, 51, 51, 100);
|