future hai 1 ano
pai
achega
c0d1adfa55
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      assets/data/data.ts

+ 1 - 1
assets/data/data.ts

@@ -84,7 +84,7 @@ export class att_drag_data{
     public is_err_drag_back:boolean = true; //拖拽错误是否回归原位
     public other_drag_list:att_drag_data[] = [];
     public other_widget_finish_listen_list:other_widget_finish_listen_item[] = [];
-    public index:number = -1;
+    public index:number = -1; //当前索引
     public remark:string = ''; //备注
     public is_show_inTheEditor:boolean = true; //在编辑器中,是否显示
 }