topic_bank
杨树林 6 years ago
parent 350fc8bb85
commit 8749d51ddd

@ -3251,10 +3251,14 @@ class PollNewQuestbank extends Component {
// : // :
itemo.question.answers.length > 2 &&indext>1? itemo.question.answers.length > 2 &&indext>1?
<span> <span>
<a className="lineh-40 mr10" {
onClick={() => this.Deleteentrys(arrid, indext, false)}><Tooltip indext > 1 ?
title="删除" placement={"bottom"}><i <a className="lineh-40 mr10"
className="iconfont icon-htmal5icon19 font-22 color-grey-c"></i></Tooltip></a> onClick={() => this.Deleteentrys(arrid, indext, false)}><Tooltip
title="删除" placement={"bottom"}><i
className="iconfont icon-htmal5icon19 font-22 color-grey-c"></i></Tooltip></a>
:""
}
{ {
itemo.question.answers[itemo.question.answers.length - 1].answer_text === "其他" && itemo.question.answers.length - 2 === indext ? itemo.question.answers[itemo.question.answers.length - 1].answer_text === "其他" && itemo.question.answers.length - 2 === indext ?
@ -3574,10 +3578,14 @@ class PollNewQuestbank extends Component {
// :"") // :"")
itemo.question.answers.length > 2 && indext>1 ? itemo.question.answers.length > 2 && indext>1 ?
<span> <span>
<a className="lineh-40 mr10" {
onClick={() => this.Deleteentrys(arrid, indext, false)}><Tooltip indext > 1 ?
title="删除" placement={"bottom"}><i <a className="lineh-40 mr10"
className="iconfont icon-htmal5icon19 font-22 color-grey-c"></i></Tooltip></a> onClick={() => this.Deleteentrys(arrid, indext, false)}><Tooltip
title="删除" placement={"bottom"}><i
className="iconfont icon-htmal5icon19 font-22 color-grey-c"></i></Tooltip></a>
:""
}
{ {
itemo.question.answers[itemo.question.answers.length - 1].answer_text === "其他" && itemo.question.answers.length - 2 === indext ? itemo.question.answers[itemo.question.answers.length - 1].answer_text === "其他" && itemo.question.answers.length - 2 === indext ?
<a className="lineh-40" <a className="lineh-40"

Loading…
Cancel
Save