5 lines
671 B
Plaintext
5 lines
671 B
Plaintext
<!--TUIKitWChat/Chat/index.wxml-->
|
|
<!-- <TUIConversation id="TUIConversation" wx:if="{{isShowConversationList}}" bind:currentConversationID="currentConversationID" bind:currentGroupID="currentGroupID"></TUIConversation> -->
|
|
<TUIChat id="TUIChat" currentConversationID="C2C{{currentConversationID}}" order_inquiry_id="{{order_inquiry_id}}" inquiry_type="{{inquiry_type}}" fromType="{{fromType}}" hasCallKit="{{true}}" bind:handleCall="handleCall"></TUIChat>
|
|
<!-- <TUICallKit class="calling" id="TUICallKit" config="{{config}}" bind:sendMessage="sendMessage"></TUICallKit> -->
|
|
<!--wx:if="{{isShowConversation}}" bind:showConversationList="showConversationList" --> |