From 038b3b3c396dc324d58673416af4bdf295c21bcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=9E=97?= <904079904@qq.com> Date: Tue, 31 Dec 2019 16:28:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E7=A8=8B=E9=A2=98=20=E6=97=A0?= =?UTF-8?q?=E6=9F=A5=E7=9C=8B=E8=A7=A3=E6=9E=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/modules/question/component/Listjihe.js | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/public/react/src/modules/question/component/Listjihe.js b/public/react/src/modules/question/component/Listjihe.js index 17a32fd41..fb502fdbd 100644 --- a/public/react/src/modules/question/component/Listjihe.js +++ b/public/react/src/modules/question/component/Listjihe.js @@ -116,6 +116,12 @@ class Listjihe extends Component { :

创建者:{items.author.name}

} + { + items.item_type==="PROGRAM"? +

编程语言:null

+ :"" + } +
{ @@ -148,9 +154,15 @@ class Listjihe extends Component {
:"" } -

this.chakanjiexibool()}> - - 查看解析

+ { + items.item_type==="PROGRAM"? + "" + : +

this.chakanjiexibool()}> + + 查看解析

+ } +