mirror of
https://github.com/PlayEdu/h5.git
synced 2025-06-13 13:39:07 +08:00
我的页面优化
This commit is contained in:
parent
1c43bc56a6
commit
13831a4e85
@ -69,7 +69,7 @@ const MemberPage = () => {
|
|||||||
if (totalData) {
|
if (totalData) {
|
||||||
setLearnTotalDay(totalData[0]);
|
setLearnTotalDay(totalData[0]);
|
||||||
setLearnTotalHour(totalData[1]);
|
setLearnTotalHour(totalData[1]);
|
||||||
setLearnTodayMin(totalData[2]);
|
setLearnTotalMin(totalData[2]);
|
||||||
}
|
}
|
||||||
setLoading(false);
|
setLoading(false);
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user