|
|
@@ -91,6 +91,7 @@ public class ActPayPassword extends BaseContainerActivity {
|
|
|
in.putExtra("action", ACTION_COMPLETION);
|
|
|
} else if (user.hasPayPwd()) {
|
|
|
in.putExtra("action", ACTION_CONFIRM_UPDATE);
|
|
|
+ in.putExtra("mobile", user.getMobile());
|
|
|
} else {
|
|
|
in.putExtra("action", ACTION_SEND_CAPTCHA);
|
|
|
in.putExtra("mobile", user.getMobile());
|