点赞头像不会消失的Bug
This commit is contained in:
parent
bca87e61fc
commit
e262b2aeef
@ -1,6 +1,7 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.UI;
|
||||
using TEngine;
|
||||
using Cysharp.Threading.Tasks;
|
||||
|
||||
namespace GameLogic
|
||||
{
|
||||
@ -30,10 +31,10 @@ namespace GameLogic
|
||||
|
||||
public void OnInit(UnitPlayerData playerData)
|
||||
{
|
||||
|
||||
|
||||
// ÉèÖÃÍ·Ïñ
|
||||
AsyncImageDownload.Instance.SetAsyncImage(playerData.protCustMessageData.imgURL, m_imgHeadIcon);
|
||||
|
||||
UniTask.Delay(5000).ContinueWith(() => { Destroy(); });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user