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()}> + + 查看解析

+ } +