|
@@ -1,7 +1,7 @@
|
|
import {connect} from 'react-redux';
|
|
import {connect} from 'react-redux';
|
|
import CheckBody from '@components/CheckBody';
|
|
import CheckBody from '@components/CheckBody';
|
|
import {getModule,getInitData} from '@store/async-actions/fetchModules.js';
|
|
import {getModule,getInitData} from '@store/async-actions/fetchModules.js';
|
|
-import {HIDE,RESET,SETDROPSHOW} from '@store/types/homePage.js';
|
|
|
|
|
|
+import {HIDE,RESET,SETDROPSHOW,ISREAD} from '@store/types/homePage.js';
|
|
import {SELECTSEARCHDATA} from "@store/types/checkBody";
|
|
import {SELECTSEARCHDATA} from "@store/types/checkBody";
|
|
import {billing} from '@store/async-actions/pushMessage';
|
|
import {billing} from '@store/async-actions/pushMessage';
|
|
|
|
|
|
@@ -39,6 +39,9 @@ function mapDispatchToProps(dispatch,state){
|
|
span,
|
|
span,
|
|
isReplace:false
|
|
isReplace:false
|
|
})
|
|
})
|
|
|
|
+ dispatch({
|
|
|
|
+ type:ISREAD
|
|
|
|
+ })
|
|
}
|
|
}
|
|
});
|
|
});
|
|
},
|
|
},
|