6 lines
241 B
Plaintext
6 lines
241 B
Plaintext
<!-- 一对一聊天 不带会话列表 -->
|
|
<view>
|
|
<TUIChat id="TUIChat" currentConversationID="C2C{{patient_account}}" order_inquiry_id="{{order_inquiry_id}}"
|
|
hasCallKit="{{ true }}" bind:handleCall="handleCall"></TUIChat>
|
|
</view>
|