Commit 3d97dc8e authored by mengcuiguang2's avatar mengcuiguang2

代码优化

parent be95c77a
...@@ -346,7 +346,7 @@ class SquareFragment : LazyLoadBaseFragment(), SquareView, View.OnClickListener ...@@ -346,7 +346,7 @@ class SquareFragment : LazyLoadBaseFragment(), SquareView, View.OnClickListener
if (data.planSex == 1) { if (data.planSex == 1) {
// 男 // 男
ll_user_root.visibility = View.GONE ll_user_root.visibility = View.GONE
} else if(data.planSex == 0){ } else if(data.planSex == 2){
// 女 // 女
if (AppConfig.basicUserProfileFlag || UserManager.getInstance().userHasBasic()) { if (AppConfig.basicUserProfileFlag || UserManager.getInstance().userHasBasic()) {
ll_user_root.visibility = View.GONE ll_user_root.visibility = View.GONE
......
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