|
@@ -20,8 +20,8 @@ namespace Fort23.Mono
|
|
|
|
|
|
private void Init()
|
|
private void Init()
|
|
{
|
|
{
|
|
- isPopUi = true;
|
|
|
|
- isAddStack = false;
|
|
|
|
|
|
+ IsShowAppBar = false;
|
|
|
|
+ isAddStack = true;
|
|
}
|
|
}
|
|
|
|
|
|
protected override void AddEvent()
|
|
protected override void AddEvent()
|
|
@@ -113,7 +113,7 @@ namespace Fort23.Mono
|
|
|
|
|
|
public async static CTask<SelectBreakthroughItemPanel> OpenPanel(BreakthroughItemWidget breakthroughItemWidget, Action callBack)
|
|
public async static CTask<SelectBreakthroughItemPanel> OpenPanel(BreakthroughItemWidget breakthroughItemWidget, Action callBack)
|
|
{
|
|
{
|
|
- SelectBreakthroughItemPanel selectBreakthroughItemPanel = await UIManager.Instance.LoadAndOpenPanel<SelectBreakthroughItemPanel>(null,UILayer.Top,isFocus:false);
|
|
|
|
|
|
+ SelectBreakthroughItemPanel selectBreakthroughItemPanel = await UIManager.Instance.LoadAndOpenPanel<SelectBreakthroughItemPanel>(null,UILayer.Middle,isFocus:false);
|
|
|
|
|
|
selectBreakthroughItemPanel.CustomInit(breakthroughItemWidget, callBack);
|
|
selectBreakthroughItemPanel.CustomInit(breakthroughItemWidget, callBack);
|
|
return selectBreakthroughItemPanel;
|
|
return selectBreakthroughItemPanel;
|