|
@@ -11,7 +11,7 @@ import {ISREAD} from "../store/types/homePage";
|
|
|
|
|
|
function mapStateToProps(state){
|
|
|
const {otherHistory,homePage,typeConfig,mainSuit} = state;
|
|
|
- const hasMain = mainSuit.saveText.join('')||mainSuit.data.length;
|
|
|
+ const hasMain = mainSuit.saveText.join('');//||mainSuit.data.length;
|
|
|
return {
|
|
|
data: otherHistory.data,
|
|
|
//initData:state.homePage.initData.otherHis,
|