条件编译报错问题
This commit is contained in:
parent
f155b2b627
commit
88beff5b89
@ -330,7 +330,6 @@ public class LoginController : MonoBehaviour
|
|||||||
{
|
{
|
||||||
wxReturnLogin();
|
wxReturnLogin();
|
||||||
});
|
});
|
||||||
#if !(UNITY_IOS || UNITY_ANDROID)
|
|
||||||
wxBrowser = wxLogin1.Find("Browser (GUI)").GetComponent<Browser>();
|
wxBrowser = wxLogin1.Find("Browser (GUI)").GetComponent<Browser>();
|
||||||
if (wxBrowser != null)
|
if (wxBrowser != null)
|
||||||
{
|
{
|
||||||
@ -942,9 +941,7 @@ public class LoginController : MonoBehaviour
|
|||||||
void wxReturnLogin()
|
void wxReturnLogin()
|
||||||
{
|
{
|
||||||
wxLock = true;
|
wxLock = true;
|
||||||
#if !(UNITY_IOS || UNITY_ANDROID)
|
|
||||||
wxBrowser.LoadHTML("<div/>");
|
wxBrowser.LoadHTML("<div/>");
|
||||||
#endif
|
|
||||||
//wxBrowser.Url = "chrome://version/";
|
//wxBrowser.Url = "chrome://version/";
|
||||||
wxLogin1.DOLocalMoveY(-573, 0.3f).onComplete = () =>
|
wxLogin1.DOLocalMoveY(-573, 0.3f).onComplete = () =>
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user