Commit 0146e087 by han xu

身份验证增加更新功能

parent d68e9e14
...@@ -223,13 +223,13 @@ public class RegisterActivity extends BaseActivity<SImplePresenter, ActivityRegi ...@@ -223,13 +223,13 @@ public class RegisterActivity extends BaseActivity<SImplePresenter, ActivityRegi
ToastUtils.showShortToast("请先上传身份证人像面照片"); ToastUtils.showShortToast("请先上传身份证人像面照片");
return; return;
} }
if (TextUtils.isEmpty(identityBackUrl) && TextUtils.isEmpty(identityPath)) { if (TextUtils.isEmpty(identityBackUrl) && TextUtils.isEmpty(identityBackPath)) {
ToastUtils.showShortToast("请先上传身份证国徽面照片"); ToastUtils.showShortToast("请先上传身份证国徽面照片");
return; return;
} }
showDialog(); showDialog();
if (!TextUtils.isEmpty(identityUrl) && !TextUtils.isEmpty(identityUrl) && !TextUtils.isEmpty(identityBackUrl)){ if (!TextUtils.isEmpty(accountUrl) && !TextUtils.isEmpty(identityUrl) && !TextUtils.isEmpty(identityBackUrl)){
uploadImageCount = 0; uploadImageCount = 0;
save(); save();
......
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 sign in to comment