fix(sales): 销售模块进入时注册对话气泡
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -788,6 +788,13 @@ namespace AibisDream.FixSystem
|
||||
|
||||
// FadeOut
|
||||
yield return UIManager.Instance.GetPanel<PlayToolPanel>().FadeOutAsync(0.5f);
|
||||
|
||||
// 注册对话气泡(与其他 state 一致)
|
||||
if (salesManager.bubbleSlotGroup != null)
|
||||
{
|
||||
var data = salesManager.bubbleSlotGroup.CollectData();
|
||||
DialogUIManager.Instance.LoadBubbles(data);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user