es
Size: a a a
es
И
es
И
GO
es
j
И
es
j
es
T
const handleAvatarUpdSubmit = newAvatarUrl => {Стили кнопки:
console.log('Новые данные============')
console.log(newAvatarUrl) // {url: "https://mail.yandex.ru/?uid=513389187&login=alex-khokhlov1"}
console.log('Ссылка на старый аватар============')
console.log('Элемент============')
console.log(profileAvatarBtnElement) // Нужная кнопка
console.log(profileAvatarBtnElement.style.backgroundImage) // ''
style.backgroundImage = `url=${newAvatarUrl.url}`
console.log('Новая ссылка============')
console.log(profileAvatarBtnElement.style.backgroundImage) // ''
}
.profile__avatar-btn {
background-image: url('/src/images/profile/profile__avatar.jpg');
}
.profile__avatar-btn:after {
background: no-repeat center/contain url('/src/images/profile/profile__edit-avatar.svg');
}
T
j
es
d
АГ
И
es