Commit 88b289b6 authored by mengcuiguang2's avatar mengcuiguang2

代码优化

parent ed40ff6f
......@@ -39,7 +39,7 @@ class TopAdapter(val topList: MutableList<VedioBean>?) :
val topBean = topList?.get(position)
if (topBean != null) {
holder.tvTopItemLable.text = "${position + 1}"
holder.tvTopItemCount.text = "${topBean.playCount}万"
holder.tvTopItemCount.text = "${topBean.hot}万"
holder.tvTopItemTitle.text = "${topBean.title}"
if (topBean.orderTags != null && topBean.orderTags.size > 0) {
val sb = StringBuilder()
......
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