|
@@ -72,12 +72,7 @@ export default (state = initSearchList, action) => {
|
|
return newState;
|
|
return newState;
|
|
}
|
|
}
|
|
if (action.type == DEL_ONE_PIC) {
|
|
if (action.type == DEL_ONE_PIC) {
|
|
-
|
|
|
|
const newState = Object.assign({}, state);
|
|
const newState = Object.assign({}, state);
|
|
- console.log('删除推送reduces');
|
|
|
|
- console.log(newState, 'newState');
|
|
|
|
- // console.log(state, 'state');
|
|
|
|
-
|
|
|
|
let tempArr = newState.labelListBig;
|
|
let tempArr = newState.labelListBig;
|
|
let tempArrs = newState.labelListSmall;
|
|
let tempArrs = newState.labelListSmall;
|
|
let tmpLis = action.item,tempBigOrder=[],tempSmallOrder=[],tempTotalOrder=[];
|
|
let tmpLis = action.item,tempBigOrder=[],tempSmallOrder=[],tempTotalOrder=[];
|