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}
+ }