Commit 70a92f88 authored by maxiaoliang's avatar maxiaoliang

修改隐私政策的路径

parent ce98b65c
......@@ -131,7 +131,7 @@ public class SettingControl : MonoBehaviour
#if UNITY_IOS
ShowIOSWebView(PlayerDataControl.Instance.PrivacyPolicyUrl, "隐私政策");
#elif UNITY_ANDROID
CallLocalFunUtil.Instance.OpenWebPage(PlayerDataControl.Instance.PrivacyPolicyUrl, "隐私政策");
CallLocalFunUtil.Instance.OpenWebPage(Constant.Instance.PrivacyPolicy, "隐私政策");
#endif
}
public void OnClicAboutUs()
......
......@@ -36,7 +36,7 @@ public class LoginView : MonoBehaviour
#if UNITY_IOS
ShowIOSWebView(PlayerDataControl.Instance.PrivacyPolicyUrl, "隐私政策");
#elif UNITY_ANDROID
CallingNativeMethods.Instance.OpenWebPage(PlayerDataControl.Instance.PrivacyPolicyUrl, "隐私政策");
CallingNativeMethods.Instance.OpenWebPage(Constant.Instance.PrivacyPolicy, "隐私政策");
#endif
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment