@@ -10,7 +10,7 @@
})
const imgUrl = computed(() => {
- const active = foodSpeciesList.find(item => item.id == props.shiwuId)
+ const active = foodSpeciesList.find(item => item.credit == props.shiwuId)
return active ? active.imgUrl: ''
</script>