|
|
@ -92,7 +92,7 @@ class SingleDisplay extends Component{
|
|
|
|
{/* 单选 or 多选 */}
|
|
|
|
{/* 单选 or 多选 */}
|
|
|
|
<div className="options">
|
|
|
|
<div className="options">
|
|
|
|
{ question_choices.map((item, optionIndex) => {
|
|
|
|
{ question_choices.map((item, optionIndex) => {
|
|
|
|
let prefix = ''
|
|
|
|
let prefix = undefined
|
|
|
|
if (!isPreviewPage) {
|
|
|
|
if (!isPreviewPage) {
|
|
|
|
prefix = `${tagArray[optionIndex]}.`
|
|
|
|
prefix = `${tagArray[optionIndex]}.`
|
|
|
|
}
|
|
|
|
}
|
|
|
|