|
|
@ -41,8 +41,8 @@ class PrevDialog(context: Context, private var agree: () -> Unit, private var gi
|
|
|
|
val bundle = Bundle()
|
|
|
|
val bundle = Bundle()
|
|
|
|
bundle.clear()
|
|
|
|
bundle.clear()
|
|
|
|
bundle.putString("title", "用户协议")
|
|
|
|
bundle.putString("title", "用户协议")
|
|
|
|
bundle.putInt("type", Const.AGREEMENT_1)
|
|
|
|
bundle.putString("url","https://dc.zhongjian365.com/agreement.html")
|
|
|
|
RouteManager.goAct(ARouterUrl.RICH_TEXT, bundle)
|
|
|
|
RouteManager.goAct(ARouterUrl.AGREEMNT_READ_WEB_ACT, bundle)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
override fun updateDrawState(ds: TextPaint) {
|
|
|
|
override fun updateDrawState(ds: TextPaint) {
|
|
|
@ -56,7 +56,7 @@ class PrevDialog(context: Context, private var agree: () -> Unit, private var gi
|
|
|
|
override fun onClick(widget: View) {
|
|
|
|
override fun onClick(widget: View) {
|
|
|
|
val bundle = Bundle()
|
|
|
|
val bundle = Bundle()
|
|
|
|
bundle.putString("title", "隐私政策")
|
|
|
|
bundle.putString("title", "隐私政策")
|
|
|
|
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)
|
|
|
|
RouteManager.goAct(ARouterUrl.AGREEMNT_READ_WEB_ACT, bundle)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -72,7 +72,7 @@ class PrevDialog(context: Context, private var agree: () -> Unit, private var gi
|
|
|
|
override fun onClick(widget: View) {
|
|
|
|
override fun onClick(widget: View) {
|
|
|
|
val bundle = Bundle()
|
|
|
|
val bundle = Bundle()
|
|
|
|
bundle.putString("title", "中健三六五健康 APP 权限列表")
|
|
|
|
bundle.putString("title", "中健三六五健康 APP 权限列表")
|
|
|
|
bundle.putString("url", "https://auprty.com/app/static/app/permission.html")
|
|
|
|
bundle.putString("url", "https://dc.zhongjian365.com/permission.html")
|
|
|
|
RouteManager.goAct(ARouterUrl.AGREEMNT_READ_WEB_ACT, bundle)
|
|
|
|
RouteManager.goAct(ARouterUrl.AGREEMNT_READ_WEB_ACT, bundle)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
@ -89,8 +89,8 @@ class PrevDialog(context: Context, private var agree: () -> Unit, private var gi
|
|
|
|
val bundle = Bundle()
|
|
|
|
val bundle = Bundle()
|
|
|
|
bundle.clear()
|
|
|
|
bundle.clear()
|
|
|
|
bundle.putString("title", "用户协议")
|
|
|
|
bundle.putString("title", "用户协议")
|
|
|
|
bundle.putInt("type", Const.AGREEMENT_1)
|
|
|
|
bundle.putString("url","https://dc.zhongjian365.com/agreement.html")
|
|
|
|
RouteManager.goAct(ARouterUrl.RICH_TEXT, bundle)
|
|
|
|
RouteManager.goAct(ARouterUrl.AGREEMNT_READ_WEB_ACT, bundle)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
override fun updateDrawState(ds: TextPaint) {
|
|
|
|
override fun updateDrawState(ds: TextPaint) {
|
|
|
|