更新 MediaDetailView.vue

This commit is contained in:
jxxghp
2023-08-02 20:00:55 +08:00
committed by GitHub
parent 13cae30bc6
commit 7e7fc37d5f

View File

@@ -308,7 +308,7 @@ function getEpisodeImage(stillPath: string) {
// 获取发行国家名称
const getProductionCountries = computed(() => {
return mediaDetail.value.production_companies?.map(country => country.name)
return mediaDetail.value.production_countries?.map(country => country.name)
})
// 获取发行公司名称