homepanel infinite loadingbar / hotpickspanel resource image call
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user