|
@@ -7,10 +7,8 @@ import {SET_CURRENT_SEARCH,CURRENT_CLEAR,SETCURRENTTEXT,CURRENT_FOCUS_INDEX,DEL_
|
|
|
import {getSearch} from '@store/async-actions/fetchModules.js';
|
|
|
import {billing} from '@store/async-actions/pushMessage';
|
|
|
import {didPushParamChange,storageLocal} from '@utils/tools.js';
|
|
|
-import {SETTEXTFOCUS,SEARCH_DROP_LOCATION} from '@types/homePage';
|
|
|
-import {RESET,SETDROPSHOW,ISREAD} from "@store/types/homePage";
|
|
|
+import {SETTEXTFOCUS,SEARCH_DROP_LOCATION,RESET,SETDROPSHOW,ISREAD} from '@types/homePage';
|
|
|
import config from '@config/index.js';
|
|
|
-import {debounce} from '@common/js/func';
|
|
|
|
|
|
function mapStateToProps(state){//console.log(state)
|
|
|
return {
|