更新小程序仓库

This commit is contained in:
zoujiandong
2023-11-17 09:51:35 +08:00
parent 13f54a26df
commit 4506940c2d
936 changed files with 60022 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
<!--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" -->