Commit 31954a13 by ydl

解决因为列表复用导致的抗疫未隐藏的问题

parent adf09a49
......@@ -139,6 +139,7 @@ class ExpertSearchAdapter(private val context: Context, private val expertSearch
holder.imgActivity.visibility = View.GONE
holder.imgNewEnter.visibility = View.GONE
} else {
holder.imgFightEpidemicIcon.visibility = View.GONE
//能力等级标签
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