Browse Source

创客升级策略调整

lichunlei 2 years ago
parent
commit
fd17a74552
1 changed files with 4 additions and 0 deletions
  1. 4 0
      AppStart/Helper/StatService.cs

+ 4 - 0
AppStart/Helper/StatService.cs

@@ -1928,6 +1928,10 @@ namespace MySystem
                                         {
                                             AfterLevel = 5;
                                         }
+                                        else if(BeforeLevel > 5)
+                                        {
+                                            AfterLevel = 5;
+                                        }
                                         else
                                         {
                                             upFlag = false;