xx 1 年之前
父節點
當前提交
97dedde168
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      assets/script/data.ts

+ 1 - 0
assets/script/data.ts

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