fix: 首页活动加载
This commit is contained in:
2
dist/pages/home/index.js
vendored
2
dist/pages/home/index.js
vendored
File diff suppressed because one or more lines are too long
@@ -138,7 +138,10 @@ const Home = () => {
|
|||||||
okFun: async (res: any) => {
|
okFun: async (res: any) => {
|
||||||
console.log("systemConfig--", res);
|
console.log("systemConfig--", res);
|
||||||
await setsystemConfig(res?.data ?? []);
|
await setsystemConfig(res?.data ?? []);
|
||||||
await getdetails()
|
setTimeout(()=>{
|
||||||
|
getdetails()
|
||||||
|
},500)
|
||||||
|
// await getdetails()
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
await getTable(objParams);
|
await getTable(objParams);
|
||||||
|
|||||||
Reference in New Issue
Block a user