export default class WorldReward{ tagid: any; role_list: any[]; jade_count: number; num: number; hongbaolist: any[]; role_name: number; constructor(id:any){ this.tagid = id; this.role_list = []; // this.jade_count = 0; this.num = 0; //红包个数 this.hongbaolist = []; this.role_name = 0; } init(){ let count = this.jade_count; for(let i = 1;i