✨ feat(gvg): 准备期:千机阁以及获取物品
This commit is contained in:
@@ -98,7 +98,7 @@ export class GVGMainData {
|
||||
if(!leaguePrepare) return;
|
||||
this.lv = leaguePrepare.lv;
|
||||
this.resources = leaguePrepare.resources;
|
||||
this.activeTech = leaguePrepare.tech.filter(cur => cur.status == 1).map(cur => cur.id);
|
||||
this.activeTech = leaguePrepare.activeTech||[];
|
||||
}
|
||||
|
||||
setPlayerInfo(userData: GVGUserDataType, auth: number, canPrepare: boolean, canChooseJob: boolean, items: GVGItem[], tasks: GVGTask[]) {
|
||||
|
||||
Reference in New Issue
Block a user