mirror of
https://github.com/PlayEdu/h5.git
synced 2025-09-10 15:03:40 +08:00
我的页面优化
This commit is contained in:
parent
8e96e2e844
commit
21f84323c2
@ -176,15 +176,11 @@ const MemberPage = () => {
|
|||||||
天
|
天
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
{studyTimeFormat(stats.today_learn_duration)[1] !== 0 && (
|
<strong>
|
||||||
<>
|
{" "}
|
||||||
<strong>
|
{studyTimeFormat(stats.today_learn_duration)[1] || 0}{" "}
|
||||||
{" "}
|
</strong>
|
||||||
{studyTimeFormat(stats.today_learn_duration)[1] || 0}{" "}
|
时
|
||||||
</strong>
|
|
||||||
时
|
|
||||||
</>
|
|
||||||
)}
|
|
||||||
<strong>
|
<strong>
|
||||||
{" "}
|
{" "}
|
||||||
{studyTimeFormat(stats.today_learn_duration)[2] || 0}{" "}
|
{studyTimeFormat(stats.today_learn_duration)[2] || 0}{" "}
|
||||||
@ -203,15 +199,11 @@ const MemberPage = () => {
|
|||||||
天
|
天
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
{studyTimeFormat(stats.learn_duration || 0)[1] !== 0 && (
|
<strong>
|
||||||
<>
|
{" "}
|
||||||
<strong>
|
{studyTimeFormat(stats.learn_duration || 0)[1] || 0}{" "}
|
||||||
{" "}
|
</strong>
|
||||||
{studyTimeFormat(stats.learn_duration || 0)[1] || 0}{" "}
|
时
|
||||||
</strong>
|
|
||||||
时
|
|
||||||
</>
|
|
||||||
)}
|
|
||||||
<strong>
|
<strong>
|
||||||
{" "}
|
{" "}
|
||||||
{studyTimeFormat(stats.learn_duration || 0)[2] || 0}{" "}
|
{studyTimeFormat(stats.learn_duration || 0)[2] || 0}{" "}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user