...
|
...
|
@@ -438,10 +438,11 @@ export function getMineInstalemtInfo() { |
|
|
return (dispatch, getState) => {
|
|
|
let {app, mine} = getState();
|
|
|
let {isFetching, open} = mine;
|
|
|
console.log('----getMemberBillTask-----');
|
|
|
console.log('----getMineInstalemtInfo-----');
|
|
|
return new MineService(app.host).getMineInstalemtInfo()
|
|
|
.then(json => {
|
|
|
console.log(json);
|
|
|
ReactNative.NativeModules.YH_MineHelper.setInstalmentStatus(json);
|
|
|
dispatch(getMineInstalemtInfoSuccess(json));
|
|
|
})
|
|
|
.catch(error => {
|
...
|
...
|
|