|
@@ -214,7 +214,8 @@ public class UpdateActivity extends BaseActivity {
|
214
|
214
|
R.id.activity_register_three_againpwd_delete_img,
|
215
|
215
|
R.id.activity_register_three_againpwd_lookimg,
|
216
|
216
|
R.id.activity_register_three_complete_btn,
|
217
|
|
- R.id.activity_update_new_password_lookimg})
|
|
217
|
+ R.id.activity_update_new_password_lookimg,
|
|
218
|
+ R.id.activity_update_three_new_password_delete_img})
|
218
|
219
|
public void onViewClicked(View view) {
|
219
|
220
|
switch (view.getId()) {
|
220
|
221
|
case R.id.activity_register_three_pwd_lookimg:
|
|
@@ -302,7 +303,7 @@ public class UpdateActivity extends BaseActivity {
|
302
|
303
|
ToastUtil.show(this, getResources().getString(R.string.no_pwd));
|
303
|
304
|
return;
|
304
|
305
|
}
|
305
|
|
- if (mNewPwd.length() < 6) {
|
|
306
|
+ if (pwd.length() < 6) {
|
306
|
307
|
ToastUtil.show(this, getResources().getString(R.string.register_three_pwd_error1));
|
307
|
308
|
return;
|
308
|
309
|
}
|