zhupeng 3 年 前
コミット
96ef7d327d
1 ファイル変更1 行追加1 行削除
  1. 1 1
      components/Chargermap.vue

+ 1 - 1
components/Chargermap.vue

@@ -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))