Commit fabd78bf authored by mengcuiguang's avatar mengcuiguang

代码优化

parent b5300ede
...@@ -799,6 +799,8 @@ class MyExpressManager { ...@@ -799,6 +799,8 @@ class MyExpressManager {
adViewHolder.mDescription?.text = it.description //description为广告的较长的说明 adViewHolder.mDescription?.text = it.description //description为广告的较长的说明
println("mcg -->>> title="+it.title+" description="+it.description)
adViewHolder.mSource?.text = adViewHolder.mSource?.text =
if (TextUtils.isEmpty(it.source)) "广告来源" else it.source if (TextUtils.isEmpty(it.source)) "广告来源" else it.source
......
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