瀏覽代碼

交流慢充

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