替换个人信息页面图标

This commit is contained in:
2022-02-25 16:36:42 +08:00
7 changed files with 19 additions and 12 deletions

View File

@@ -59,13 +59,15 @@
}
}
}
},
onShow() {
uni.setNavigationBarTitle({
title: this.contact(this.targetId).name
})
},
onLoad(e) {
onLoad(e) {
this.targetId = e.targetId
this.userInfo = this.$store.getters.contactInfo(this.targetId)
uni.setNavigationBarTitle({
title: this.contact(this.targetId).name
})
// 获取消息列表
this.getMessageList()
// 监听新消息