zoujiandong 2bd2fd31ac 1.22
2024-01-22 08:55:30 +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>