|
@@ -1080,7 +1080,7 @@ namespace GFGGame
|
|
private void CheckAutoShowViews()
|
|
private void CheckAutoShowViews()
|
|
{
|
|
{
|
|
if (GameConfig.tsStatus > 0) return; //提审时不显示弹窗
|
|
if (GameConfig.tsStatus > 0) return; //提审时不显示弹窗
|
|
- if (RoleDataManager.lvl < 10) return;
|
|
|
|
|
|
+ if (RoleDataManager.lvl < 5) return;
|
|
if (GuideDataManager.currentGuideId > 0) return;
|
|
if (GuideDataManager.currentGuideId > 0) return;
|
|
if (GameGlobal.AutoShowCompleted) return;
|
|
if (GameGlobal.AutoShowCompleted) return;
|
|
if (!GameGlobal.AfterDataInited) return;
|
|
if (!GameGlobal.AfterDataInited) return;
|