|
@@ -266,7 +266,7 @@
|
|
if(this.chargerList[index].info.type =='快充'){
|
|
if(this.chargerList[index].info.type =='快充'){
|
|
colorBg = '#8486FF'
|
|
colorBg = '#8486FF'
|
|
}else if(this.chargerList[index].info.type =='慢充'){
|
|
}else if(this.chargerList[index].info.type =='慢充'){
|
|
- colorBg = '#9d9fff'
|
|
|
|
|
|
+ colorBg = '#00b962'
|
|
}
|
|
}
|
|
// console.log('colorBg'+colorBg)
|
|
// console.log('colorBg'+colorBg)
|
|
// console.log('更新充电桩2'+JSON.stringify(this.chargerList[index].info))
|
|
// console.log('更新充电桩2'+JSON.stringify(this.chargerList[index].info))
|