diff --git a/platform-code/src/microhost/components/rightInfo/index.tsx b/platform-code/src/microhost/components/rightInfo/index.tsx index 4848b08..1352897 100644 --- a/platform-code/src/microhost/components/rightInfo/index.tsx +++ b/platform-code/src/microhost/components/rightInfo/index.tsx @@ -168,6 +168,7 @@ const RightInfo = () => {
{ setShowFuncs(true) }}> +
{`您有${msgnum}条待办`}
{/* { @@ -222,7 +223,7 @@ const RightInfo = () => { 退出系统
- }> */} + }> , label: 修改密码, onClick: () => { @@ -267,23 +268,24 @@ const RightInfo = () => { }}, ]}> }> - {/*
{ +
{ }}> -
*/} +
{!nickname ? "-" : `${nickname},您好!`}{`您有${msgnum}条待办`}
+
- {/* */} + { setShowEditor(false) setShowFuncs(false) - }} /> + }} /> */} ) }