[서치 메인] today deals 노출 작업
- 데이터 받는곳 추가 및 노출 작업.
This commit is contained in:
@@ -15,6 +15,7 @@ const initialState = {
|
||||
topSearchs: [],
|
||||
popularBrands: [],
|
||||
hotPicksForYou: [],
|
||||
tsvInfo: [],
|
||||
},
|
||||
shopperHouseError: null, // ShopperHouse API 오류 정보 저장 (디버깅용)
|
||||
shopperHouseErrorPopup: {
|
||||
@@ -262,6 +263,7 @@ export const searchReducer = (state = initialState, action) => {
|
||||
topSearchs: resultData.topSearchs || [],
|
||||
popularBrands: resultData.popularBrands || [],
|
||||
hotPicksForYou: resultData.hotPicksForYou || [],
|
||||
tsvInfo: resultData.tsvInfo || [],
|
||||
},
|
||||
};
|
||||
}
|
||||
@@ -274,6 +276,7 @@ export const searchReducer = (state = initialState, action) => {
|
||||
topSearchs: [],
|
||||
popularBrands: [],
|
||||
hotPicksForYou: [],
|
||||
tsvInfo: [],
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user