优化
This commit is contained in:
@@ -257,7 +257,7 @@ export default {
|
||||
this.info = res.data;
|
||||
console.log("userinfo", this.info);
|
||||
counter.$patch({ myitem: this.info });
|
||||
goEasylogin(this.$goeasy, String(this.info.id), this.info.headerIcon, this.info.nickName)//登录IM
|
||||
goEasylogin(this.$goeasy, String(this.info.id), this.info.headerIcon, this.info.nickName)//登录IM
|
||||
},
|
||||
});
|
||||
// setTimeout(() => {
|
||||
@@ -472,6 +472,7 @@ export default {
|
||||
data: {
|
||||
id: item.id,
|
||||
userId: this.info.id,
|
||||
from: 1,
|
||||
},
|
||||
userInfo: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user