...
|
...
|
@@ -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;
|
...
|
...
|
|