Browse Source

摘星许愿界面修改

huangxiaoyue 1 year ago
parent
commit
0ab87a0e58

+ 2 - 1
GameClient/Assets/Game/HotUpdate/Views/LuckyBox/LuckyBoxWishView.cs

@@ -26,6 +26,7 @@ namespace GFGGame
             packageName = UI_LuckyBoxWishUI.PACKAGE_NAME;
             _ui = UI_LuckyBoxWishUI.Create();
             this.viewCom = _ui.target;
+            isfullScreen = true;
             this.viewCom.Center();
             this.modal = true;
 
@@ -66,7 +67,7 @@ namespace GFGGame
             ActivityOpenCfg activityOpenCfg = ActivityOpenCfgArray.Instance.GetCfg(activityId);
             var suitId = activityOpenCfg.params2Arr[index];
             var suitCfg = SuitCfgArray.Instance.GetCfg(suitId);
-            AlertUI.Show(string.Format("是否将{0}设为许愿套装(许愿后将不可修改,请研究员谨慎选择)", suitCfg.name)).SetLeftButton(true).SetRightButton(true, "确定", (object data) => { onSuccess(index); });
+            AlertUI.Show(string.Format("是否将{0}设为许愿套装(许愿后将不可修改,请研究员谨慎选择)", suitCfg.name)).SetLeftButton(true).SetRightButton(true, "确定", (object data) => { onSuccess(index); });
         }
 
         private async void ReqAddWishingPoolInfo(int index)