dev_forum
hjm 5 years ago
parent fc2c4e9cde
commit 3b88a3b15c

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

Loading…
Cancel
Save