Commit 85067d1b authored by mengcuiguang2's avatar mengcuiguang2

代码优化

parent 2109f749
...@@ -182,7 +182,7 @@ class VipActivity : BaseActivity(), VipView, View.OnClickListener, ...@@ -182,7 +182,7 @@ class VipActivity : BaseActivity(), VipView, View.OnClickListener,
tv_vip_hint.text = bean.remarks tv_vip_hint.text = bean.remarks
tv_vip_hint.visibility = View.VISIBLE tv_vip_hint.visibility = View.VISIBLE
} else { } else {
tv_vip_hint.visibility = View.INVISIBLE tv_vip_hint.visibility = View.GONE
} }
// if (!TextUtils.isEmpty(bean.buttonText)) { // if (!TextUtils.isEmpty(bean.buttonText)) {
......
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