jojo这是我最后的波纹了

main
QMZ 1 month ago
parent 2214cd3cdd
commit 7095482306

@ -223,7 +223,7 @@
const { userid: followUserid } = follow;
try {
// follow
const userResponse = await axios.get(`http://localhost:8082/user/info/${followUserid}/editInfo`);
const userResponse = await axios.get(`/user/info/${id}`);
const { username, photo } = userResponse;
// follow
@ -385,7 +385,7 @@
const { userid } = comment;
try {
//
const userResponse = await axios.get(`/user/info/${userid}/editInfo`);
const userResponse = await axios.get(`/user/info/${id}`);
const username = userResponse.username; // response.data.username
//

Loading…
Cancel
Save