Commit 20ce263a authored by 王海's avatar 王海

修改焦点

parent 651f74ab
...@@ -167,6 +167,7 @@ public class SignInFragment extends BaseFragment<LoginPresenter, ...@@ -167,6 +167,7 @@ public class SignInFragment extends BaseFragment<LoginPresenter,
public void setPhone(String phone) { public void setPhone(String phone) {
mViewBinding.etPhone.setText(phone); mViewBinding.etPhone.setText(phone);
mViewBinding.etPhone.setSelection(mViewBinding.etPhone.getText().toString().length());
} }
public void setErrorMsg(String tableName, String errCode, String errMsg) { public void setErrorMsg(String tableName, String errCode, String errMsg) {
......
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 to comment