|
|
@ -25,7 +25,7 @@ |
|
|
type: 'PRIVATE', |
|
|
type: 'PRIVATE', |
|
|
targetId: this.friend.id, |
|
|
targetId: this.friend.id, |
|
|
showName: this.friend.nickName, |
|
|
showName: this.friend.nickName, |
|
|
headImage: this.friend.headImageThumb, |
|
|
headImage: this.friend.headImage, |
|
|
}; |
|
|
}; |
|
|
this.$store.commit("openChat",chat); |
|
|
this.$store.commit("openChat",chat); |
|
|
this.$store.commit("insertMessage", msgInfo); |
|
|
this.$store.commit("insertMessage", msgInfo); |
|
|
|