+1
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user