Commit 542ea2b7 authored by mengcuiguang's avatar mengcuiguang

代码优化

parent fb7ca523
......@@ -38,7 +38,7 @@ class HotStyleAdapter(val context: Context, val dataList: ArrayList<VedioBean>)
holder.tvVedioItemCount.text =
"${if (topBean.completeStatus == 0) "已完结" else "更新至${topBean.vedioTotal}"}"
holder.tvVedioItemTitle.text = "${topBean.title}"
holder.tvVedioItemText.text = "${topBean.topTabsReamrk}"
holder.tvVedioItemText.text = "${topBean.vedioDesc}"
GlideUtils.loadImageViewGifForFitCenter(
context,
topBean.coverImage,
......
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