diff --git a/public/react/src/modules/courses/poll/PollDetailTabThird.js b/public/react/src/modules/courses/poll/PollDetailTabThird.js index c0d748974..b0bc95cea 100644 --- a/public/react/src/modules/courses/poll/PollDetailTabThird.js +++ b/public/react/src/modules/courses/poll/PollDetailTabThird.js @@ -90,7 +90,7 @@ class PollDetailTabThird extends Component{ return(
  • - {index.answer_text} + {index.answer_text} { index.answer_text=="其他" ?

    :"" } @@ -110,7 +110,7 @@ class PollDetailTabThird extends Component{ return(
  • - {index.answer_text} + {index.answer_text} { index.answer_text=="其他" ?

    :"" }