Commit d76656fd authored by wangqinghua's avatar wangqinghua

问需调查

parent 924fb5b9
...@@ -57,6 +57,7 @@ export class ModifyPasswordPage { ...@@ -57,6 +57,7 @@ export class ModifyPasswordPage {
oldPassword: this.passwordInfo.formerPassword, oldPassword: this.passwordInfo.formerPassword,
newPassword: this.passwordInfo.sureModifyPassword newPassword: this.passwordInfo.sureModifyPassword
}; };
console.log(data);
this.mineSer.updateDefaultPassword(data).subscribe( this.mineSer.updateDefaultPassword(data).subscribe(
(res) => { (res) => {
if (res.errcode == 1000) { if (res.errcode == 1000) {
......
This diff is collapsed.
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