Commit 81e1ceb4 by 徐健

修导医问题

parent 9a0aa349
...@@ -44,7 +44,7 @@ ext { ...@@ -44,7 +44,7 @@ ext {
//第三步 若干 //第三步 若干
"m-confide" : "0.0.29", "m-confide" : "0.0.29",
"m-consultant" : "0.0.42", "m-consultant" : "0.0.44",
"m-course" : "0.0.29", "m-course" : "0.0.29",
"m-fm" : "0.0.21", "m-fm" : "0.0.21",
"m-muse" : "0.0.18", "m-muse" : "0.0.18",
......
...@@ -44,7 +44,7 @@ class ConsultAssistantDialogUtils private constructor() { ...@@ -44,7 +44,7 @@ class ConsultAssistantDialogUtils private constructor() {
} }
} }
"doctor_list" -> { "doctor_list" -> {
if (ConsultantIn.getUserImpl().getUserInfo()?.user_type == 1) { if (!ConsultantIn.isLogin() || (ConsultantIn.getUserImpl().getUserInfo()?.user_type == 1 && ConsultantIn.isLogin())) {
shouldShowDialog(activity, origin, fromActivity = fromActivity) shouldShowDialog(activity, origin, fromActivity = fromActivity)
} }
} }
......
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