2023-03-06 17:57:39 +08:00

5 lines
576 B
Plaintext

<!--TUIKitWChat/Chat/index.wxml-->
<TUIConversation id="TUIConversation" wx:if="{{isShowConversationList}}" bind:currentConversationID="currentConversationID" bind:currentGroupID="currentGroupID"></TUIConversation>
<TUIChat id="TUIChat" wx:if="{{isShowConversation}}" currentConversationID="{{currentConversationID}}" unreadCount="{{unreadCount}}" hasCallKit="{{hasCallKit}}"bind:showConversationList="showConversationList" bind:handleCall="handleCall"></TUIChat>
<TUICallKit class="calling" id="TUICallKit" config="{{config}}" bind:sendMessage="sendMessage"></TUICallKit>