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
2016-06-17 10:04:43 +0800
Commit
651acb150a070a298b4c39cd8c00e2aedd82a93a
1 parent
3ab89066
登录失败弹框样式 review-叶弯弯
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/reducers/user/userActions.js
js/reducers/user/userActions.js
View file @
651acb1
...
...
@@ -250,8 +250,8 @@ export function login(account, password) {
})
.
catch
((
error
)
=>
{
Alert
.
alert
(
'登录消息'
,
error
.
message
?
error
.
message
:
'登录失败'
,
''
,
[{
text
:
'OK'
}]
);
dispatch
(
loginFailure
(
error
));
...
...
Please
register
or
login
to post a comment