|
@@ -123,7 +123,6 @@ export default (state = initSearchList, action) => {
|
|
|
}
|
|
|
|
|
|
if (action.type == SET_TIP_ADVICE) {
|
|
|
- // console.log(action,'action');
|
|
|
const newState = Object.assign({}, state);
|
|
|
let tempArr = newState.labelListBig;
|
|
|
let tempArrs = newState.labelListSmall;
|