|
|
|
@ -129,6 +129,7 @@ class RegisterAct : BaseVmAct<RegisterVm>() {
|
|
|
|
|
override fun onClick(widget: View) {
|
|
|
|
|
bundle.clear()
|
|
|
|
|
bundle.putString("title", "用户协议")
|
|
|
|
|
bundle.putBoolean("isAgree", false)
|
|
|
|
|
bundle.putString("url", "https://dc.zhongjian365.com/agreement.html")
|
|
|
|
|
RouteManager.goAct(ARouterUrl.AGREEMNT_READ_WEB_ACT, bundle)
|
|
|
|
|
}
|
|
|
|
@ -144,6 +145,7 @@ class RegisterAct : BaseVmAct<RegisterVm>() {
|
|
|
|
|
override fun onClick(widget: View) {
|
|
|
|
|
bundle.clear()
|
|
|
|
|
bundle.putString("title", "隐私政策")
|
|
|
|
|
bundle.putBoolean("isAgree", false)
|
|
|
|
|
bundle.putString("url", "https://dc.zhongjian365.com/privacy.html")
|
|
|
|
|
RouteManager.goAct(ARouterUrl.AGREEMNT_READ_WEB_ACT, bundle)
|
|
|
|
|
}
|
|
|
|
|