Commit 1288ffab by 施宇

聊天调试

parent 2720f442
Showing with 1 additions and 0 deletions
......@@ -49,6 +49,7 @@ const getImUser = () => {
}else{
avatar = res.data.avatar
}
console.log(res)
wx.setStorageSync('avatar', avatar);
wx.setStorageSync('company_name', res.data.company_name || '');
wx.setStorageSync("myUsername", res.data.im_username);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment