礼包最新页面修改实现逻辑(未完成), 9.5测试需求

This commit is contained in:
kehaoyuan
2017-09-06 14:37:10 +08:00
parent 00879964e4
commit 0bcd37c1f1
18 changed files with 1173 additions and 36 deletions

View File

@ -159,12 +159,7 @@ public class UserInfoEditActivity extends BaseActivity implements LoginUtils.onC
}
} else if ("contact".equals(mEditType)) {
String value = mUserinfoContactEt.getText().toString();
if (!TextUtils.isEmpty(value)) {
LoginUtils.changeUserInfo(this, this, value, mEditType);
} else {
// toast("请输入QQ或邮箱");
finish();
}
LoginUtils.changeUserInfo(this, this, value, mEditType);
}
}