|
@@ -1626,11 +1626,14 @@ namespace GFGGame
|
|
if (GameGlobal.AutoShowCompleted) return;
|
|
if (GameGlobal.AutoShowCompleted) return;
|
|
|
|
|
|
#if !GFGZSB
|
|
#if !GFGZSB
|
|
- int isRegisterRoleInfo = GameGlobal.myNumericComponent.GetAsInt(NumericType.IsRegisterRoleInfo);
|
|
|
|
- if (isRegisterRoleInfo == 0)
|
|
|
|
|
|
+ if ( LauncherConfig.ChannelId != 101)
|
|
{
|
|
{
|
|
- ViewManager.Show<RoleInfoRegisterView>();
|
|
|
|
- return;
|
|
|
|
|
|
+ int isRegisterRoleInfo = GameGlobal.myNumericComponent.GetAsInt(NumericType.IsRegisterRoleInfo);
|
|
|
|
+ if (isRegisterRoleInfo == 0)
|
|
|
|
+ {
|
|
|
|
+ ViewManager.Show<RoleInfoRegisterView>();
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
|
|
|
|
// if (LauncherConfig.platformId == 1 && LauncherConfig.ChannelId == (int)ChannelID.DouYou)
|
|
// if (LauncherConfig.platformId == 1 && LauncherConfig.ChannelId == (int)ChannelID.DouYou)
|