This commit is contained in:
bobobobo
2026-01-13 23:44:06 +08:00
parent 07f9501c0f
commit 0c88d29dce

View File

@@ -67,6 +67,8 @@
<RedEnvelope />
<!-- 直播按钮 -->
<!-- #ifdef APP-PLUS -->
<LiveStream
v-if="
currentConversation?.type === TUIChatEngine.TYPES.CONV_GROUP
@@ -74,14 +76,6 @@
:groupId="currentConversation?.conversationID"
:userData="currentConversation"
/>
<!-- #ifdef APP-PLUS -->
<!-- <LiveStream
v-if="
currentConversation?.type === TUIChatEngine.TYPES.CONV_GROUP
"
:groupId="currentConversation?.conversationID"
:userData="currentConversation"
/> -->
<!-- #endif -->
</template>
</swiper-item>