From ef29aebf9c1c2899ad090062fa6e9d747c9be0e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B5=A9?= <15830956848@163.com> Date: Mon, 5 May 2025 17:45:22 +0800 Subject: [PATCH] =?UTF-8?q?5.5=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TUIContact/contact-list/index.vue | 1 + .../TUIContact/select-friend/index.vue | 6 +- .../TUIContact/select-friend/index1.vue | 4 +- .../TUIGroup/manage-group/index.vue | 4 +- .../TUIGroup/manage-group/manage-member.vue | 1 + TUIKit/components/common/SelectUser/index.vue | 1 - TUIKit/components/common/Transfer/index.vue | 3 +- TUIKit/locales/zh_cn/TUIContact.ts | 2 +- config/api.js | 5 + pages/mine/openShop/ThirdApply.vue | 10 +- pages/mine/openShop/index.vue | 6 +- pages/tabbar/im/index.vue | 1045 ++++++++--------- utils/request.js | 51 +- 13 files changed, 569 insertions(+), 570 deletions(-) diff --git a/TUIKit/components/TUIContact/contact-list/index.vue b/TUIKit/components/TUIContact/contact-list/index.vue index 2fc75e55..be878d96 100644 --- a/TUIKit/components/TUIContact/contact-list/index.vue +++ b/TUIKit/components/TUIContact/contact-list/index.vue @@ -234,6 +234,7 @@ function selectItem(item: any) { (item: IContactInfoType) => (item as Friend)?.userID === (currentContactInfo.value as Friend)?.userID, ); } else if ((currentContactInfo.value as IGroupModel)?.groupID) { + targetListItem = contactListMap.value?.groupList?.list?.find( (item: IContactInfoType) => (item as IGroupModel)?.groupID === (currentContactInfo.value as IGroupModel)?.groupID, ); diff --git a/TUIKit/components/TUIContact/select-friend/index.vue b/TUIKit/components/TUIContact/select-friend/index.vue index 919d0deb..47fb7588 100644 --- a/TUIKit/components/TUIContact/select-friend/index.vue +++ b/TUIKit/components/TUIContact/select-friend/index.vue @@ -1,4 +1,5 @@