update
This commit is contained in:
@@ -52,7 +52,7 @@ const fetchImages = async () => {
|
|||||||
}
|
}
|
||||||
username.value = data.my_published_photo.user_name;
|
username.value = data.my_published_photo.user_name;
|
||||||
likesCount.value = data.my_published_photo.likes_count;
|
likesCount.value = data.my_published_photo.likes_count;
|
||||||
userImg.value = data.my_published_photo.result_url;
|
userImg.value = data.my_published_photo.avatar;
|
||||||
ranking.value = data.my_published_photo.ranking;
|
ranking.value = data.my_published_photo.ranking;
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('Error:', error)
|
console.error('Error:', error)
|
||||||
|
|||||||
Reference in New Issue
Block a user