diff --git a/Assets/Editor/libweb.a b/Assets/Editor/libweb.a index bd80f3f..5d6aaae 100644 Binary files a/Assets/Editor/libweb.a and b/Assets/Editor/libweb.a differ diff --git a/Assets/Scripts/SdkManager.cs b/Assets/Scripts/SdkManager.cs index 0218558..710f5e2 100644 --- a/Assets/Scripts/SdkManager.cs +++ b/Assets/Scripts/SdkManager.cs @@ -48,7 +48,7 @@ namespace DontConfuse LoginSystem_sdk.Instance.RequestLogin(); } - public static void Enable()//启用sdk + public static void Enable()//重新启用sdk { SDKScript.Instance.SetEnable(true); } diff --git a/Assets/webview/H5View.m b/Assets/webview/H5View.m index f8664c7..ba38559 100644 --- a/Assets/webview/H5View.m +++ b/Assets/webview/H5View.m @@ -387,7 +387,7 @@ bool have_refresh_numbres=false; for(NSUInteger j=0;j0)){ + if(([dark_url_array[j][4] intValue]==(i+1))&&([dark_url_array[j][2] intValue]>0)){ have_refresh_numbres=true; break; }