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

@@ -279,10 +279,12 @@ export const getTop20Show = () => (dispatch, getState) => {
type: types.GET_TOP_20_SHOW,
payload: response.data.data,
});
dispatch(changeAppStatus({ showLoadingPanel: { show: false } }));
};
const onFail = (error) => {
console.error("getTop20Show onFail", error);
dispatch(changeAppStatus({ showLoadingPanel: { show: false } }));
};
TAxios(