中健365-注册隐私问题

develop
wlh 1 year ago
parent bd3718c210
commit 8cf6d94e41

@ -149,7 +149,7 @@ class RegisterAct : BaseVmAct<RegisterVm>() {
override fun onClick(widget: View) {
bundle.clear()
bundle.putString("title", "隐私政策")
bundle.putString("url", "https://auprty.com/app/static/app/privacy.html")
bundle.putString("url", "https://dc.zhongjian365.com/privacy.html")
RouteManager.goActRequest(
ARouterUrl.AGREEMNT_READ_WEB_ACT,
this@RegisterAct,

@ -37,7 +37,7 @@ class AgreementAct : IBaseAct() {
bundle.clear()
bundle.putString("title", "隐私政策")
bundle.putBoolean("isAgree", false)
bundle.putString("url","https://auprty.com/app/static/app/privacy.html")
bundle.putString("url","https://dc.zhongjian365.com/privacy.html")
RouteManager.goAct(ARouterUrl.AGREEMNT_READ_WEB_ACT, bundle)
}

Loading…
Cancel
Save