Commit 9a7030d9 authored by 王雪伟's avatar 王雪伟

[提交人]:王雪伟

[提交简述] :小象省钱
[实现方案] :加入会员判断
parent 1042fd9f
......@@ -87,9 +87,9 @@ class TbGoodsDetailActivity : BaseActivity(), TbGoodsDetailContract.View,
override fun onResume() {
super.onResume()
if (Constant.Switch.isOpenVip) {
id_ll_not_vip_view_tips.visibility = View.VISIBLE
} else {
id_ll_not_vip_view_tips.visibility = View.GONE
} else {
id_ll_not_vip_view_tips.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