DP
Size: a a a
DP
DP
checkUrlImage(property) {
let url = property.photos[0].resourceUrl;
if (property.index !== undefined) {
url = property.photos[property.index].resourceUrl;
}
return url;
}R

ТЖ
checkUrlImage(property) {
let url = property.photos[0].resourceUrl;
if (property.index !== undefined) {
url = property.photos[property.index].resourceUrl;
}
return url;
}D

D
checkUrlImage(property) {
let url = property.photos[0].resourceUrl;
if (property.index !== undefined) {
url = property.photos[property.index].resourceUrl;
}
return url;
}R

R
YS
YS
DP
DP
D
DP
R
YS
D
YS
YS