Commit a73c1b4f authored by wuhao's avatar wuhao 🎯

asder

parent 0bc5a1fc
...@@ -40,6 +40,8 @@ function Dolessons() { ...@@ -40,6 +40,8 @@ function Dolessons() {
); );
}, []); }, []);
const list = useRequest( const list = useRequest(
async () => { async () => {
let res = await doFetch({ let res = await doFetch({
...@@ -214,6 +216,8 @@ function Dolessons() { ...@@ -214,6 +216,8 @@ function Dolessons() {
]); ]);
}, [active]); }, [active]);
return ( return (
<Container maxWidth={false}> <Container maxWidth={false}>
<DraggableDialog <DraggableDialog
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment