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