mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-28 23:46:06 +08:00
更正initGetScript错位
This commit is contained in:
parent
aed389c17b
commit
5f0b6dfc0d
|
@ -96,8 +96,10 @@ const Script = ({ headerStyle, isPhone, theme }: any) => {
|
|||
setData(data.data);
|
||||
setFilterData(data.data);
|
||||
})
|
||||
.finally(() => setLoading(false));
|
||||
initGetScript();
|
||||
.finally(() => {
|
||||
setLoading(false);
|
||||
initGetScript();
|
||||
});
|
||||
};
|
||||
|
||||
const getDetail = (node: any) => {
|
||||
|
|
Loading…
Reference in New Issue
Block a user