|
@@ -131,6 +131,7 @@ export class car_item_data{
|
|
|
public ranking_cover:string = "";
|
|
|
public stype:number = 0 // 0:积分车 1:兑换
|
|
|
public attribute:car_item_attribute_data = new car_item_attribute_data() //属性
|
|
|
+ public background_cover:string = "";
|
|
|
}
|
|
|
|
|
|
export class car_item_attribute_data {
|