Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
yh_vendor
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
shixiang
9 years ago
Commit
d1cc2d704c7f339e5df65eabd86d00ec12673c9c
1 parent
7eabf794
修改密码弹框样式
review 叶弯弯
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
js/reducers/user/userActions.js
js/reducers/user/userActions.js
View file @
d1cc2d7
...
...
@@ -225,10 +225,10 @@ export function pwdModifySubmit(pid, oldPwd, newPwd,newPwdConfirm) {
})
.
catch
((
error
)
=>
{
Alert
.
alert
(
error
.
message
||
'服务错误'
,
''
,
[{
text
:
'OK'
}]
);
'修改失败'
,
error
.
message
?
error
.
message
:
'服务错误'
,
[{
text
:
'OK'
}]
);
dispatch
(
modifySubmitFailure
(
error
));
});
};
...
...
Please
register
or
login
to post a comment