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
于良
8 years ago
Commit
2cd71bd0aff54e1110267ca62f899260e6029c76
1 parent
2598788c
删除log review by liben
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
js/mine/reducers/mine/mineActions.js
js/mine/reducers/mine/mineActions.js
View file @
2cd71bd
...
...
@@ -574,8 +574,7 @@ export function getMineAllIcon() {
return
(
dispatch
,
getState
)
=>
{
let
{
app
,
mine
}
=
getState
();
let
{
isFetching
,
open
}
=
mine
;
console
.
log
(
'----getMineAllIcon-----'
);
ReactNative
.
NativeModules
.
YH_MineHelper
.
getMineAllIcon
()
.
then
(
data
=>
{
let
result
=
data
;
...
...
Please
register
or
login
to post a comment