Commit a4f3e587 authored by maxiaoliang's avatar maxiaoliang

修改我的菜园 设置页跳转隐私协议问题

parent 2a72d8ff
......@@ -131,7 +131,7 @@ public class SettingControl : MonoBehaviour
#if UNITY_IOS
ShowIOSWebView(PlayerDataControl.Instance.PrivacyPolicyUrl, "隐私政策");
#elif UNITY_ANDROID
CallLocalFunUtil.Instance.OpenWebPage(PlayerDataControl.Instance.PrivacyPolicyUrl, "隐私政策");
CallingNativeMethods.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