Commit aba1a1f6 by 霍志良

feat:热搜传递5

parent d90e1ad4
......@@ -6,7 +6,7 @@ ext {
// -------------- 业务模块 --------------
//第三步 若干
"m-confide" : "0.0.48.91",
"m-consultant" : "0.0.59.61",
"m-consultant" : "0.0.59.64",
"m-fm" : "0.0.30.00",
"m-user" : "0.0.60.84",
"m-home" : "0.0.22.51",
......
......@@ -115,7 +115,7 @@ class HotSearchActivity : BaseMvpActivity<IHotSearchContract.View, IHotSearchCon
initHistoryData()
}
val data = ModularServiceManager.provide(IConsultantService::class.java).getGuideImage(10)
val data = ModularServiceManager.provide(IConsultantService::class.java).getGuideImage(5)
if (data?.size ?: 0 > 0) {
val imageUrl= data?.get(0)?.pic
iv_daoyi_image.visibility=View.VISIBLE
......
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