|
@@ -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)
|