Commit 149b0d87 by 刘鹏

feat: 倾诉列表登录状态点击导医跳转活动页

parent 4526187f
...@@ -6,7 +6,7 @@ ext { ...@@ -6,7 +6,7 @@ ext {
// -------------- 业务模块 -------------- // -------------- 业务模块 --------------
//第三步 若干 //第三步 若干
"m-confide" : "0.0.49.74", "m-confide" : "0.0.49.74",
"m-consultant" : "0.0.60.24", "m-consultant" : "0.0.60.25",
"m-fm" : "0.0.30.08", "m-fm" : "0.0.30.08",
"m-user" : "0.0.62.09", "m-user" : "0.0.62.09",
"m-home" : "0.0.23.48", "m-home" : "0.0.23.48",
...@@ -91,7 +91,7 @@ ext { ...@@ -91,7 +91,7 @@ ext {
//第三步 若干 //第三步 若干
"m-confide" : "0.0.49.74", "m-confide" : "0.0.49.74",
"m-consultant" : "0.0.60.24", "m-consultant" : "0.0.60.25",
"m-fm" : "0.0.30.08", "m-fm" : "0.0.30.08",
"m-user" : "0.0.62.09", "m-user" : "0.0.62.09",
"m-home" : "0.0.23.48", "m-home" : "0.0.23.48",
......
...@@ -167,7 +167,7 @@ class ConsultAssistantDialogUtils private constructor() { ...@@ -167,7 +167,7 @@ class ConsultAssistantDialogUtils private constructor() {
} }
if (ConsultantIn.getUserImpl().isLogin()){ if (ConsultantIn.getUserImpl().isLogin()){
//获取用户uid //获取用户uid
getConsultAssistantUid("", activity, 17) jumpToDyOrH5(activity)
}else{ }else{
ConsultantIn.getUserImpl().loginByOneKeyLoginCallBack(activity,true,object :LoginCallBackListener{ ConsultantIn.getUserImpl().loginByOneKeyLoginCallBack(activity,true,object :LoginCallBackListener{
override fun loginSuccess() { override fun loginSuccess() {
......
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