|
@@ -177,9 +177,8 @@
|
|
|
return '';
|
|
|
});
|
|
|
const getImageList = computed(() => {
|
|
|
- if (getGameCertification.value) {
|
|
|
+ if (getGameCertification.value && getGameCertification.value.teamEmblemImg) {
|
|
|
console.log(getGameCertification.value.teamEmblemImg.split(','), 'getGameCertification.value.teamEmblemImg');
|
|
|
-
|
|
|
return getGameCertification.value.teamEmblemImg.split(',');
|
|
|
}
|
|
|
return [];
|