个人聊天对话接收

init
xialiang 4 years ago
parent 46dac32b6b
commit 3cf9103388

@ -26,6 +26,7 @@ export default {
mounted() { mounted() {
// id // id
const userInfo = JSON.parse(localStorage.getItem("user_info")); const userInfo = JSON.parse(localStorage.getItem("user_info"));
// //
this.getPersonAvatar(userInfo.id); this.getPersonAvatar(userInfo.id);
}, },

Loading…
Cancel
Save