This commit is contained in:
shenjianxing 2025-04-07 09:40:30 +08:00
commit 0332229981

View File

@ -85,14 +85,14 @@ namespace QFramework.Example
imgTwen = DOTween.To(() => index, v =>
{
index = v;
if (index >= 0 && index < sprites.Count)
if (index>=0&&index < sprites.Count)
{
Img.sprite = sprites[index];
Img.SetNativeSize();
}
else
{
Debug.LogError("图片数组越界");
Debug.Log("UITimeTipChao suo Yin");
}
}, endIndex, mData.time);