mirror of
https://github.com/PlayEdu/h5.git
synced 2025-07-21 11:59:36 +08:00
文案优化
This commit is contained in:
parent
6d6459d0e6
commit
fb8b39e74f
@ -76,7 +76,7 @@ export const CoursesModel: React.FC<PropInterface> = ({
|
|||||||
src={mediaIcon}
|
src={mediaIcon}
|
||||||
style={{ marginRight: 5 }}
|
style={{ marginRight: 5 }}
|
||||||
/>
|
/>
|
||||||
<span>恭喜你学完此套课程!</span>
|
<span>恭喜你学完此课程!</span>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
@ -87,7 +87,7 @@ const StudyPage = () => {
|
|||||||
<>
|
<>
|
||||||
<Image width={20} height={20} src={mediaIcon} />
|
<Image width={20} height={20} src={mediaIcon} />
|
||||||
<span className={styles["tip"]}>
|
<span className={styles["tip"]}>
|
||||||
恭喜你学完此套课程!
|
恭喜你学完此课程!
|
||||||
</span>
|
</span>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user