删除多余日志
This commit is contained in:
parent
41c68a734a
commit
4591b00ea0
@ -59,7 +59,6 @@ public class TipItem : MonoBehaviour
|
|||||||
tip = UIKit.GetPanel<UIDeviceTip>();
|
tip = UIKit.GetPanel<UIDeviceTip>();
|
||||||
if (tip == null)
|
if (tip == null)
|
||||||
{
|
{
|
||||||
Debug.LogError($"{gameObject}:Tip");
|
|
||||||
UIKit.OpenPanelAsync<UIDeviceTip>(UILevel.PopUI).ToAction().StartGlobal(() =>
|
UIKit.OpenPanelAsync<UIDeviceTip>(UILevel.PopUI).ToAction().StartGlobal(() =>
|
||||||
{
|
{
|
||||||
tip = UIKit.GetPanel<UIDeviceTip>();
|
tip = UIKit.GetPanel<UIDeviceTip>();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user