少年修仙传客户端代码仓库
client_Zxw
2018-10-17 1a0dd78b5c56cb47466f4b6a8ea0a8b9261aba39
3335 前端 红点修改
1个文件已修改
6 ■■■■ 已修改文件
System/Vip/FairyJadeInvestmentModel.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Vip/FairyJadeInvestmentModel.cs
@@ -341,7 +341,11 @@
        }
        if (IsRedpoint)
        {
            if (IsOpenFeatures())
            {
            redPointStre1.state = RedPointState.Simple;
            }
        }
        else
        {
@@ -368,7 +372,7 @@
        }
        if (!IsOpenFeatures())//功能关闭
        {
            redPointStre1.state = RedPointState.Simple;
            redPointStre1.state = RedPointState.None;
            return;
        }
    }