This commit is contained in:
2022-02-11 15:24:10 +08:00
parent efcfa00545
commit 35cb716299
4 changed files with 132 additions and 65 deletions

View File

@@ -106,7 +106,6 @@
}
},
onLoad(e) {
console.log(e);
this.targetId = e.targetId
getFriendInfo(e.targetId).then(res => {
this.userInfo = res
@@ -128,7 +127,7 @@
if (code == 0) {
this.isTop = conversation.isTop
}
});
})
},
methods: {
copyAddress() {