mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-18 23:36:46 +08:00
fix:查看投票问题显示问题
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user