Commit cc620624 by fengquan

fix: 修复搜索页面点击本周热门专家的专家,未进行对该专家进行搜索。

parent aa17130f
......@@ -304,7 +304,7 @@ class HotSearchActivity : BaseMvpActivity<IHotSearchContract.View, IHotSearchCon
}
}
view.setOnClickListener {
getSearchWords(etSearch.text.toString(),true)
getSearchWords(hotSearchExpert[index].name!!,true)
}
flHotExpert.addView(view)
}
......
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