提交签活动功能

This commit is contained in:
bobobobo
2026-01-13 23:43:41 +08:00
parent c139fcf501
commit 07f9501c0f
9 changed files with 577 additions and 88 deletions

View File

@@ -67,13 +67,21 @@
<RedEnvelope />
<!-- 直播按钮 -->
<!-- #ifdef APP-PLUS -->
<LiveStream
v-if="
currentConversation?.type === TUIChatEngine.TYPES.CONV_GROUP
"
: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>