jojo这是我最后的波纹了

main
QMZ 1 month ago
parent 2214cd3cdd
commit 7095482306

@ -223,7 +223,7 @@
const { userid: followUserid } = follow; const { userid: followUserid } = follow;
try { try {
// follow // 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; const { username, photo } = userResponse;
// follow // follow
@ -385,7 +385,7 @@
const { userid } = comment; const { userid } = comment;
try { 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 const username = userResponse.username; // response.data.username
// //

Loading…
Cancel
Save