From a54dfee15834bbb8833f9ec7c7c067f9368245fd Mon Sep 17 00:00:00 2001 From: bobobobo <1055026847@qq.com> Date: Thu, 5 Feb 2026 01:09:52 +0800 Subject: [PATCH] QAQ --- .idea/misc.xml | 6 - .idea/vcs.xml | 6 - .idea/workspace.xml | 85 ------- .../message-input-toolbar/call-view/index.vue | 217 ++++++++++-------- components/share-popup/share-popup.vue | 3 + pages/audience/index.nvue | 18 +- pages/mall/detail.vue | 3 +- pages/shop-together/user.vue | 51 ++-- 8 files changed, 163 insertions(+), 226 deletions(-) delete mode 100644 .idea/misc.xml delete mode 100644 .idea/vcs.xml delete mode 100644 .idea/workspace.xml diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 639900d..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml deleted file mode 100644 index 35eb1dd..0000000 --- a/.idea/vcs.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml deleted file mode 100644 index cecaf72..0000000 --- a/.idea/workspace.xml +++ /dev/null @@ -1,85 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 1770205618468 - - - 1770218264881 - - - - - - - - \ No newline at end of file diff --git a/TUIKit/components/TUIChat/message-input-toolbar/call-view/index.vue b/TUIKit/components/TUIChat/message-input-toolbar/call-view/index.vue index c2eb822..59af354 100644 --- a/TUIKit/components/TUIChat/message-input-toolbar/call-view/index.vue +++ b/TUIKit/components/TUIChat/message-input-toolbar/call-view/index.vue @@ -1,125 +1,138 @@ - \ No newline at end of file + diff --git a/components/share-popup/share-popup.vue b/components/share-popup/share-popup.vue index fe0e1f7..2ee4ce9 100644 --- a/components/share-popup/share-popup.vue +++ b/components/share-popup/share-popup.vue @@ -214,6 +214,9 @@ * @param data */ const onConfirm = async (state, item) => { + if (state == 1 && selectedList.value.length == 0) { + return + } const show = await showDialog( '提示', `确定分享${props.type == 1 ? '直播间' : '商品'}吗?` diff --git a/pages/audience/index.nvue b/pages/audience/index.nvue index 0dd0add..41f6787 100644 --- a/pages/audience/index.nvue +++ b/pages/audience/index.nvue @@ -73,7 +73,14 @@ class="action-btn" src="/static/images/fengxiang.png" style="width: 72rpx; height: 72rpx;" - @click="shareDialog = true" + @click="navigateTo('/pages/shop-together/user', { + type: 1, + id: currentLive.liveID, + text: currentLive.liveName, + cover: currentLive.coverUrl, + avatarUrl: currentLive.liveOwner.avatarUrl + title: currentLive.liveOwner.title + })" /> @@ -102,17 +109,10 @@ -