pc兼容
This commit is contained in:
parent
dd4157cbc2
commit
f731494396
@ -887,9 +887,10 @@ public class LoginController : BaseScene
|
||||
userResult = data;
|
||||
App.CurrentUser = data;
|
||||
}
|
||||
#if UNITY_ANDROID || UNITY_IOS
|
||||
|
||||
void MobileAni(bool flag)
|
||||
{
|
||||
#if UNITY_ANDROID || UNITY_IOS
|
||||
if (flag)
|
||||
{
|
||||
//顯示pf
|
||||
@ -905,9 +906,9 @@ public class LoginController : BaseScene
|
||||
LoginBg.GetComponent<RectTransform>().DOSizeDelta(new Vector2(354, 370), .3f);
|
||||
LoginBg.GetComponent<RectTransform>().DOLocalMoveY(0, .3f);
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// 去最后一页准备进入主场景
|
||||
/// </summary>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user