提交签活动功能
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user