fix:查看投票问题显示问题

This commit is contained in:
wyx
2023-03-07 20:45:28 +08:00
parent 1d272d6f2e
commit d71185618d

View File

@@ -31,6 +31,8 @@
>
{{items.optionName}}
</a-radio>
<br/>
<img v-if="items.optionPictureAddress" :src="items.optionPictureAddress" alt="" srcset="" style="width: 100px; height:100px;margin-top: 5px;margin-bottom: 5px;">
</div>
</div>
</a-radio-group>
@@ -151,9 +153,8 @@ export default {
}
}
}
console.log(choiceArr)
state.currentChoice = choiceArr
}).catch(err=>{
console.log(err)
})