Commit ed6ccd25 by 霍志良

feat:心理咨询隐私政策页修改

parent 5a7a0355
......@@ -8,7 +8,7 @@ ext {
"m-confide" : "0.0.50.16",
"m-consultant" : "0.0.60.27",
"m-fm" : "0.0.30.09",
"m-user" : "0.0.62.38",
"m-user" : "0.0.62.42",
"m-home" : "0.0.23.79",
"m-im" : "0.0.21.51",
"m-dynamic" : "0.0.7.74",
......@@ -97,7 +97,7 @@ ext {
"m-confide" : "0.0.50.16",
"m-consultant" : "0.0.60.27",
"m-fm" : "0.0.30.09",
"m-user" : "0.0.62.38",
"m-user" : "0.0.62.42",
"m-home" : "0.0.23.79",
"m-im" : "0.0.21.51",
"m-dynamic" : "0.0.7.74",
......
......@@ -15,7 +15,9 @@ import android.view.View
import android.view.WindowManager
import com.ydl.ydlcommon.utils.SharedPreferencesEditor
import com.ydl.ydlcommon.utils.Utils
import com.ydl.ydlcommon.utils.actionutil.ActionCountUtils
import com.yidianling.user.R
import com.yidianling.user.constants.UserBIConstants
import com.yidianling.user.ui.login.H5Activity
import kotlinx.android.synthetic.main.user_dialog_secret.*
......@@ -40,10 +42,15 @@ class SecretDescriptionDialog(
user_secret_desc.text = Html.fromHtml(mSecretProtocolString)
user_secret_no_agree.setOnClickListener {
ActionCountUtils.count(
UserBIConstants.PRIVACY_AUTHORIZATION_TWO_CLICK,
"拒绝"
)
listener?.onCancel()
}
user_secret_agree.setOnClickListener {
ActionCountUtils.count(UserBIConstants.PRIVACY_AUTHORIZATION_CLICK, "同意")
agreeAction()
}
......
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