修改旋转Timetipbug,修改pig6消毒模块

This commit is contained in:
李浩 2025-04-07 09:05:18 +08:00
parent f460e7f1e2
commit 711adf82a1
2 changed files with 6 additions and 2 deletions

View File

@ -43,6 +43,9 @@ namespace QFramework.Example
mData = uiData as UITimeTipData ?? new UITimeTipData();
// please add init code here
TypeEventSystem.Global.Register<OnModuleQuit>((arg) => Hide()).UnRegisterWhenGameObjectDestroyed(gameObject);
transform.rotation = Quaternion.identity;
}
private void Update()
@ -73,6 +76,8 @@ namespace QFramework.Example
protected override void OnOpen(IUIData uiData = null)
{
mData = uiData as UITimeTipData ?? new UITimeTipData();
index = 0;
isRun = true;

View File

@ -299,7 +299,6 @@
<!--显示本模块对应的内容-->
<Action type="Show" value="ExamPrefab/Teach_ModelChose/SM_zhu_an5_6" isShow="true" isDevice="false"></Action>
<Action type="Show" value="ExamPrefab/Teach_ToolsChose" isShow="true" isDevice="false"></Action>