From 08d397e33aa089bf2bbefd3355571255da1ffca1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Fri, 27 Dec 2019 14:28:25 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/question/component/Listjihe.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/public/react/src/modules/question/component/Listjihe.js b/public/react/src/modules/question/component/Listjihe.js index 9c4727a0c..c8c518f8c 100644 --- a/public/react/src/modules/question/component/Listjihe.js +++ b/public/react/src/modules/question/component/Listjihe.js @@ -110,7 +110,12 @@ class Listjihe extends Component {

更新时间:{items.update_time}

-

创建者:{items.author.name}

+ { + this.props.defaultActiveKey==="0"||this.props.defaultActiveKey===0? + "" + : +

创建者:{items.author.name}

+ }
{