Commit 50b51006 by yjiucheng

Merge branch 'feature/image_picker' of…

Merge branch 'feature/image_picker' of ssh://gitlab.yidianling.com:2224/app_android_lib/YDL-Component into feature/image_picker
parents 3097c8d6 31954a13
...@@ -139,6 +139,7 @@ class ExpertSearchAdapter(private val context: Context, private val expertSearch ...@@ -139,6 +139,7 @@ class ExpertSearchAdapter(private val context: Context, private val expertSearch
holder.imgActivity.visibility = View.GONE holder.imgActivity.visibility = View.GONE
holder.imgNewEnter.visibility = View.GONE holder.imgNewEnter.visibility = View.GONE
} else { } else {
holder.imgFightEpidemicIcon.visibility = View.GONE
//能力等级标签 //能力等级标签
if (1 == itemBean.abilityLevel) { if (1 == itemBean.abilityLevel) {
//实习 //实习
......
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