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}} {{items.optionName}}
</a-radio> </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>
</div> </div>
</a-radio-group> </a-radio-group>
@@ -151,9 +153,8 @@ export default {
} }
} }
} }
console.log(choiceArr)
state.currentChoice = choiceArr state.currentChoice = choiceArr
}).catch(err=>{ }).catch(err=>{
console.log(err) console.log(err)
}) })