|
@@ -3,7 +3,6 @@ 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,ISREAD,SEARCH_DROP_LOCATION,MODI_LOADING} from '@store/types/homePage.js';
|
|
import {HIDE,RESET,SETDROPSHOW,ISREAD,SEARCH_DROP_LOCATION,MODI_LOADING} 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 {filterDataArr} from '@utils/tools.js';
|
|
import {filterDataArr} from '@utils/tools.js';
|
|
|
|
|
|
function mapStateToProps(state){
|
|
function mapStateToProps(state){
|
|
@@ -54,11 +53,6 @@ function mapDispatchToProps(dispatch){
|
|
}
|
|
}
|
|
});
|
|
});
|
|
},
|
|
},
|
|
- //右侧推送
|
|
|
|
- fetchPushInfos(){
|
|
|
|
- //调右侧推送
|
|
|
|
- dispatch(billing());
|
|
|
|
- },
|
|
|
|
getSearchLocation(top,left){
|
|
getSearchLocation(top,left){
|
|
dispatch({
|
|
dispatch({
|
|
type:SEARCH_DROP_LOCATION,
|
|
type:SEARCH_DROP_LOCATION,
|