keyCabinet-android/app/src/main/java/com/doumee/keyCabinet/ui/keyCabinet/ManageLoginVM.java
@@ -29,6 +29,10 @@ } public void loginCabinet(String userName,String pw){ if(true){ doAction(5); return; } LoginCabinetParam param = new LoginCabinetParam(); param.setUsername(userName); param.setPassword(pw); @@ -39,8 +43,9 @@ @Override public void onNext(@NonNull BaseResponse<String> response) { if(200==response.getCode()){ MApplication.setLoginBean(null); MApplication.getLoginBean().setToken(response.getData()); startActivity(ManageCabinetActivity.class); doAction(5); }else { doAction(4); }