weimingfei
3 天以前 fab8c02a0aa8f941a507bdcb3e4d72deb6eb2242
keyCabinet-android/app/src/main/java/com/doumee/keyCabinet/ui/keyCabinet/ManageLoginVM.java
@@ -29,10 +29,6 @@
    }
    public void loginCabinet(String userName,String pw){
        if(true){
            doAction(5);
            return;
        }
        LoginCabinetParam param = new LoginCabinetParam();
        param.setUsername(userName);
        param.setPassword(pw);
@@ -45,6 +41,7 @@
                        if(200==response.getCode()){
                            MApplication.setLoginBean(null);
                            MApplication.getLoginBean().setToken(response.getData());
                            MApplication.getLoginBean().setAuthType(2);
                            doAction(5);
                        }else {
                            doAction(4);