|
|
@@ -239,8 +239,6 @@ public class PersonalInfoAct extends AbsChooseImageActivity {
|
|
|
public void call(UserEntity userEntity) {
|
|
|
if (userEntity == null) {
|
|
|
G.showToast(R.string.error_data);
|
|
|
- } else if (!userEntity.isBindMobile()) {
|
|
|
- G.showToast("请先绑定手机号");
|
|
|
} else if (!userEntity.isBindQQ()) {
|
|
|
bindQQ();
|
|
|
} else {
|
|
|
@@ -256,8 +254,6 @@ public class PersonalInfoAct extends AbsChooseImageActivity {
|
|
|
public void call(UserEntity userEntity) {
|
|
|
if (userEntity == null) {
|
|
|
G.showToast(R.string.error_data);
|
|
|
- } else if (!userEntity.isBindMobile()) {
|
|
|
- G.showToast("请先绑定手机号");
|
|
|
} else if (!userEntity.isBindWx()) {
|
|
|
bindWX();
|
|
|
} else {
|