From 340f4c5cf7a759d2c71a053870919f9290d0ac45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E6=B5=A9?= <15830956848@163.com> Date: Fri, 23 May 2025 18:56:25 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../TUIGroup/create-group/index.vue | 3 +- TUIKit/components/TUIGroup/index.vue | 1 + TUIKit/components/common/Transfer/index.vue | 8 ++-- TUIKit/locales/en/TUIContact.ts | 2 +- TUIKit/locales/en/TUIGroup.ts | 2 +- TUIKit/locales/zh_cn/TUIContact.ts | 2 +- TUIKit/locales/zh_cn/TUIGroup.ts | 2 +- TUIKit/locales/zh_tw/TUIContact.ts | 2 +- TUIKit/locales/zh_tw/TUIGroup.ts | 2 +- package.json | 3 +- pages.json | 6 +++ pages/mine/share.vue | 43 ++++++++++++++++++ pages/tabbar/im/index.vue | 6 +-- pages/tabbar/user/utils/tool.vue | 34 +++++++++++++- static/mine/share.png | Bin 0 -> 825 bytes 15 files changed, 99 insertions(+), 17 deletions(-) create mode 100644 pages/mine/share.vue create mode 100644 static/mine/share.png diff --git a/TUIKit/components/TUIGroup/create-group/index.vue b/TUIKit/components/TUIGroup/create-group/index.vue index e5a5b427..75777596 100644 --- a/TUIKit/components/TUIGroup/create-group/index.vue +++ b/TUIKit/components/TUIGroup/create-group/index.vue @@ -183,7 +183,7 @@ const groupTypeDetail = computed(() => { }); const headerTitle = computed(() => { - let name = '添加群聊'; + let name = '群设置'; if (groupInfo.isEdit) { name = groupInfo.groupConfig.title; } @@ -264,6 +264,7 @@ const submit = () => { }; const closeCreated = () => { + emit('con',1) if (groupInfo.isEdit) { return groupInfo.isEdit = !groupInfo.isEdit; } diff --git a/TUIKit/components/TUIGroup/index.vue b/TUIKit/components/TUIGroup/index.vue index fbc8396c..d6d39f15 100644 --- a/TUIKit/components/TUIGroup/index.vue +++ b/TUIKit/components/TUIGroup/index.vue @@ -1,5 +1,6 @@