Browse Source

限时累充跳转界面修改

huangxiaoyue 1 year ago
parent
commit
3bda37e0c5

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/DailyWelfare/DailyWelfareView.cs

@@ -155,7 +155,7 @@ namespace GFGGame
             GObject gObject = context.sender as GObject;
             GObject gObject = context.sender as GObject;
             int id = (int)gObject.data;
             int id = (int)gObject.data;
 
 
-            if (id == 501)
+            if (id == 501 || id == 502)
             {
             {
                 ViewManager.Show<NewLimitChargeView>(new object[] { gObject.data });
                 ViewManager.Show<NewLimitChargeView>(new object[] { gObject.data });
                 return;
                 return;