Commit 9a0aa349 by 徐健

咨询列表增加普通用户判断

parent d2181d81
......@@ -44,7 +44,9 @@ class ConsultAssistantDialogUtils private constructor() {
}
}
"doctor_list" -> {
shouldShowDialog(activity, origin, fromActivity = fromActivity)
if (ConsultantIn.getUserImpl().getUserInfo()?.user_type == 1) {
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