Commit 0101a915 authored by mengcuiguang2's avatar mengcuiguang2

代码优化

parent 68e9b8e0
......@@ -341,8 +341,8 @@ class SquareFragment : LazyLoadBaseFragment(), SquareView, View.OnClickListener
override fun getBaseMsgSuc(data: UserBean) {
this.idStatus = data.idcardStatus
// if (data.planSex == 1) {
if (false) {
if (data.planSex == 1) {
// if (false) {
// 男
ll_user_root.visibility = View.GONE
if (!UserManager.getInstance().userHasBasic()) {
......@@ -350,8 +350,8 @@ class SquareFragment : LazyLoadBaseFragment(), SquareView, View.OnClickListener
intent.addFlags(Intent.FLAG_ACTIVITY_NEW_TASK)
startActivity(intent)
}
// } else if (data.planSex == 2) {
} else {
} else if (data.planSex == 2) {
// } else {
// 女
// 认证状态,0-未认证 1 已认证 2-认证中
if (AppConfig.basicUserProfileFlag || UserManager.getInstance().userHasBasic()) {
......
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