pregnancy_guard/BaseProject/Controller/Mine/ChangePwdPage.m
@@ -143,7 +143,6 @@ NSString *path = [NSString stringWithFormat:CHANGE_PSW]; CommonReqModel * model = [[CommonReqModel alloc] init]; model.opt = _loginUser[@"opt"]; model.userID = _loginUser[@"_id"]; model.password = userOldPwdTextField.text; model.newspassword = userNewPwdTextField.text;