@@ -384,6 +384,10 @@ public class UserInfoDialog extends Dialog implements View.OnClickListener {
e.printStackTrace();
}
try {
+ if (userInfo.getUid() <= 0) {
+ ToastUtils.showShort("数据异常,请稍后再试");
+ return;
+ }
// 私聊弹窗
FragmentActivity fragmentActivity = (FragmentActivity) context;
FragmentManager fm = fragmentActivity.getSupportFragmentManager();