feat:群聊问题修复+相关项目文档更新

This commit is contained in:
bujinyuan
2026-03-05 09:24:49 +08:00
parent 4f55ef6de0
commit 8ee870636c
29 changed files with 1155 additions and 225 deletions

View File

@@ -157,7 +157,7 @@ const showAddDialog = (user) => {
console.error('发送好友申请失败', e)
addingMap[user.id] = false
uni.showToast({
title: e?.data?.message || '发送申请失败',
title: e?.message || '发送申请失败',
icon: 'none'
})
}