hanjing пре 6 година
родитељ
комит
36d972fde4

+ 1 - 0
app/src/main/java/com/sheep/gamegroup/module/pay/activity/ActPayPassword.java

@@ -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());