Commit b589b02b authored by mengcuiguang's avatar mengcuiguang

代码优化

parent b6ae5bcd
......@@ -284,6 +284,8 @@ class MainFragment : LazyLoadBaseFragment(), HomeView, View.OnClickListener, OnR
}
override fun getSignInfoSuc(user: UserBean, data: SignInfoBean?) {
if (AppConfig.fragmentClickFlag != Constant.FRAGMENT_CLICK_ONE) return
this.userInfo = user.userMsg
UserManager.getInstance().saveUserInfo(user)
......
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