|
@@ -1626,13 +1626,21 @@ namespace GFGGame
|
|
if (GameGlobal.AutoShowCompleted) return;
|
|
if (GameGlobal.AutoShowCompleted) return;
|
|
if (!GameGlobal.AfterDataInited) return;
|
|
if (!GameGlobal.AfterDataInited) return;
|
|
if (!ViewManager.CheckIsTopView(this.viewCom)) return;
|
|
if (!ViewManager.CheckIsTopView(this.viewCom)) return;
|
|
|
|
+ #if !GFGZSB
|
|
int isRegisterRoleInfo = GameGlobal.myNumericComponent.GetAsInt(NumericType.IsRegisterRoleInfo);
|
|
int isRegisterRoleInfo = GameGlobal.myNumericComponent.GetAsInt(NumericType.IsRegisterRoleInfo);
|
|
if (isRegisterRoleInfo == 0)
|
|
if (isRegisterRoleInfo == 0)
|
|
{
|
|
{
|
|
ViewManager.Show<RoleInfoRegisterView>();
|
|
ViewManager.Show<RoleInfoRegisterView>();
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
-
|
|
|
|
|
|
+
|
|
|
|
+ if (LauncherConfig.platformId == 1 && LauncherConfig.ChannelId == (int)ChannelID.DouYou)
|
|
|
|
+ {
|
|
|
|
+ ViewManager.Show<QieHuanView>();
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
|
|
+ #endif
|
|
|
|
+
|
|
if (RoleDataManager.lvl < 5) return;
|
|
if (RoleDataManager.lvl < 5) return;
|
|
//if (!TimeUtil.CheckIsSameTime(lastTime * 1000, TimeHelper.ClientNow()))
|
|
//if (!TimeUtil.CheckIsSameTime(lastTime * 1000, TimeHelper.ClientNow()))
|
|
if (GameGlobal.AutoNewPlayersTips)
|
|
if (GameGlobal.AutoNewPlayersTips)
|