lcl 1 year ago
parent
commit
a94d6da41f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Controllers/HomeController.cs

+ 1 - 0
Controllers/HomeController.cs

@@ -277,6 +277,7 @@ namespace MySystem.Controllers
                         ParentUserId = puser.ParentUserId;
                     }
 
+                    //购买盟主奖励
                     decimal Prize = decimal.Parse(function.CheckNum(PublicFunction.GetPublicParam(db, "BigLeaderPrize")));
                     if(Prize > 0)
                     {