Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
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
🍓
7 years ago
Commit
bc1915f9f0ecd2beae563a5297f42f1f83957b54
1 parent
6d8be75f
错误提醒
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
js/userLogout/reducers/userLogout/userLogoutActions.js
js/userLogout/reducers/userLogout/userLogoutActions.js
View file @
bc1915f
...
...
@@ -117,7 +117,9 @@ export function fetchImageCheckSwitchState() {
dispatch
(
setImageCheckSwitchState
(
json
));
})
.
catch
(
error
=>
{
console
.
log
(
error
);
if
(
error
.
message
!=
''
)
{
dispatch
(
updateTipMessage
(
error
.
message
));
}
});
}
}
...
...
Please
register
or
login
to post a comment