模拟数据:每日推荐
This commit is contained in:
@@ -277,20 +277,7 @@ export class PreloadUI extends Component {
|
||||
loginData.expire = resData.expire;
|
||||
const playerData = DataManager.I.getDataById<PlayerData>(DataId.Player);
|
||||
playerData.name = resData.name;
|
||||
|
||||
|
||||
// const accountData = DataManager.I.getDataById<AccountData>(DataId.Account);
|
||||
// accountData.identifier = resData.Identifier;
|
||||
// accountData.identityType = resData.IdentityType;
|
||||
// accountData.uid = resData.Uid;
|
||||
// accountData.isNewGuide = resData.IsNewGuide;
|
||||
// accountData.isNewRegist = resData.IsNewRegist;
|
||||
// const metaData = DataManager.I.getDataById<MetaData>(DataId.Meta);
|
||||
// metaData.gameName = resData.GameName;
|
||||
// const netTimeData = DataManager.I.getDataById<NetTimeData>(DataId.NetTime);
|
||||
// netTimeData.serverTime = resData.ServerTime;
|
||||
// netTimeData.timezoneOffset = resData.TimezoneOffset;
|
||||
|
||||
|
||||
this.loginFinish = true;
|
||||
|
||||
// this.reqMyInfo();
|
||||
|
||||
Reference in New Issue
Block a user