少年修仙传客户端代码仓库
client_Zxw
2018-10-31 85ea0c104fae8c41965a5bc160ed0490e274a6c6
System/MainInterfacePanel/HighSettingTip.cs
@@ -286,8 +286,13 @@
        }
        void OpenTreasure()
        {
            WindowCenter.Instance.Close<MainInterfaceWin>();
            var _model = ModelCenter.Instance.GetModel<TreasureModel>();
            if (!_model.SatisfyEntranceOpen())
            {
                _model.DisplayEntranceLimitHint();
                return;
            }
            WindowCenter.Instance.Close<MainInterfaceWin>();
            if (_model.GetTreasureUnlockShow(TreasureCategory.Human) != 0)
            {
                _model.currentCategory = TreasureCategory.Human;