/// <summary> /// 展示登录 /// </summary> public void ShowPlatformLogin() { if (m_cPlatform == null) { return; } m_cPlatform.ShowLogin(); }