达人链接聊天室 #60

Merged
theluyuan merged 1 commits from xbx into master 2020-08-17 00:59:21 +00:00
Showing only changes of commit 4f7fc23c23 - Show all commits

View File

@ -56,6 +56,10 @@ export default {
}, },
onLoad() { onLoad() {
this.getmyinfo() this.getmyinfo()
const user = uni.getStorageSync('userinfo');
console.log(user)
this.imService.login(user.userId,user.member_nickname,user.member_avatar)
this.imService.connectIM()
}, },
methods: { methods: {
// //