Main/System/Invest/InvestModel.cs
@@ -6,7 +6,7 @@
public class InvestModel : GameSystemManager<InvestModel>
{
    public ILOpenServerActivityProxy activity;
    // public ILOpenServerActivityProxy activity;
    public const int FuncID = 119;
@@ -250,7 +250,7 @@
    {
        if (id == FuncID)
        {
            activity.StateUpdate(id);
            // activity.StateUpdate(id);
            UpdateRedpoint();
        }