From e6d24639eed4b0b00fca45f5fc222006d71a3008 Mon Sep 17 00:00:00 2001 From: hjm <63528605@qq.com> Date: Tue, 13 Aug 2019 14:42:55 +0800 Subject: [PATCH] sign --- .../modules/tpm/shixunchild/Collaborators/Collaborators.js | 2 +- public/react/src/modules/user/usersInfo/Infos.js | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/public/react/src/modules/tpm/shixunchild/Collaborators/Collaborators.js b/public/react/src/modules/tpm/shixunchild/Collaborators/Collaborators.js index 95ce4b8aa..c98fd6d3e 100644 --- a/public/react/src/modules/tpm/shixunchild/Collaborators/Collaborators.js +++ b/public/react/src/modules/tpm/shixunchild/Collaborators/Collaborators.js @@ -576,7 +576,7 @@ class Collaborators extends Component { {/**/}
-{item.user.brief_introduction}
+ {/*{item.user.brief_introduction}
*/} diff --git a/public/react/src/modules/user/usersInfo/Infos.js b/public/react/src/modules/user/usersInfo/Infos.js index 80b223e43..da3e6aedd 100644 --- a/public/react/src/modules/user/usersInfo/Infos.js +++ b/public/react/src/modules/user/usersInfo/Infos.js @@ -328,14 +328,15 @@ class Infos extends Component{+ {/* 这家伙很懒,什么都没留下~ */} { is_edit && is_current ? : is_current ? - {sign || "这家伙很懒,什么都没留下~"} + {sign || ""} : - {sign || "这家伙很懒,什么都没留下~"} + {sign || ""} }
{