|
|
@@ -48,8 +48,8 @@ |
|
|
|
{src:'bg-black',checkSrc:'icon-select-black',id:2,color:'#ffffff',title:'黑色'}, |
|
|
|
{src:'bg-white',checkSrc:'icon-select-white',id:3,color:'#000000',title:'白色'}, |
|
|
|
{src:'bg-white_blue',checkSrc:'icon-select-blue',id:6,color:'#ffffff',title:'蓝白渐变'}, |
|
|
|
{src:'bg-green',checkSrc:'icon-select-green',id:11,color:'#ffffff',title:'绿色'}, |
|
|
|
{src:'bg-green',checkSrc:'icon-select-green',id:12,color:'#ffffff',title:'红色'}, |
|
|
|
{src:'green',checkSrc:'icon-select-green',id:11,color:'#ffffff',title:'绿色'}, |
|
|
|
{src:'rad',checkSrc:'icon-select-red',id:12,color:'#ffffff',title:'红色'}, |
|
|
|
] |
|
|
|
}) |
|
|
|
|
|
|
@@ -63,6 +63,7 @@ |
|
|
|
if(props.type==1){ |
|
|
|
for(var i=0;i<data.carPlateColorType.length;i++){ |
|
|
|
for(var j=0;j<state.allColorList.length;j++){ |
|
|
|
console.log("23",getCodeName('VEHICLE_COLOR_TYPE',data.trucksPlateColorType[i])) |
|
|
|
if(state.allColorList[j].title==getCodeName('VEHICLE_COLOR_TYPE',data.carPlateColorType[i])){ |
|
|
|
state.numberplateColorList.push(state.allColorList[j]) |
|
|
|
} |