dev_forum
hjm 6 years ago
parent fc2c4e9cde
commit 3b88a3b15c

@ -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]}.`
} }

Loading…
Cancel
Save