|
|
@@ -106,7 +106,7 @@ public class UserPlayer : JCEntity
|
|
|
}
|
|
|
}
|
|
|
if (SceneManager.GetActiveScene().name.Equals("Home")) {
|
|
|
- var eOnAgree = () => {
|
|
|
+ System.Action eOnAgree = () => {
|
|
|
GPSTool.GetAddress((address) => {
|
|
|
if (address != null) {
|
|
|
Debug.Log("登陆时获取地理位置成功:" + string.Join(" ", address));
|