联系人列表中名字展示

This commit is contained in:
砂糖
2025-07-14 13:39:08 +08:00
parent 3dba7f2cfc
commit 4094035197
3 changed files with 5 additions and 3 deletions

View File

@@ -307,8 +307,8 @@ export default {
const result = await revokeMessage({
conversationID: this.storeCurrentConversation.conversationID,
clientMsgID: this.source.clientMsgID,
revokerID: this.storeSelfInfo.userID,
revokerNickname: this.storeSelfInfo.nickname
// revokerID: this.storeSelfInfo.userID,
// revokerNickname: this.storeSelfInfo.nickname
});
uni.hideLoading();