homepanel infinite loadingbar / hotpickspanel resource image call

This commit is contained in:
hyunwoo93.cha
2024-07-23 14:21:12 +09:00
parent d545da32c3
commit 2e80089f53
7 changed files with 37 additions and 24 deletions

View File

@@ -17,10 +17,12 @@ export const getHomeOnSaleInfo = (props) => (dispatch, getState) => {
data: response.data.data,
},
});
dispatch(changeAppStatus({ showLoadingPanel: { show: false } }));
};
const onFail = (error) => {
console.error("getHomeOnSaleInfo onFail", error);
dispatch(changeAppStatus({ showLoadingPanel: { show: false } }));
};
TAxios(