From 7c4b1fac1163f49344e1ca954a944b06d34669ea Mon Sep 17 00:00:00 2001 From: sunliang <593170460@qq.com> Date: Wed, 6 Mar 2024 16:41:46 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E7=99=BB=E9=99=86=E5=90=8E?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E7=9A=84=E9=80=80=E5=87=BA=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E5=8F=8A=E4=BF=AE=E6=94=B9=E5=AF=86=E7=A0=81=E5=92=8C=E6=82=A8?= =?UTF-8?q?=E5=A5=BD=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/microhost/components/rightInfo/index.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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) - }} /> + }} /> */} ) }