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
王海元
2018-04-23 19:42:02 +0800
Commit
e39fd78144c6f11f726de4d66c0d0bb527b5e916
1 parent
6ee9291f
desc 判空 — review by 张丽霞
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/userLogout/reducers/userLogout/userLogoutActions.js
js/userLogout/reducers/userLogout/userLogoutActions.js
View file @
e39fd78
...
...
@@ -99,7 +99,7 @@ export function checkUserLogedIn() {
}
export
function
processCancelFaildDesc
(
desc
)
{
return
(
dispatch
,
getState
)
=>
{
var
array
=
desc
.
split
(
','
);
var
array
=
desc
&&
desc
.
split
(
','
);
dispatch
(
setCancelFaildDesc
(
array
));
}
}
...
...
Please
register
or
login
to post a comment