chatbotwidget.wxml 312 Bytes
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
<!--packageA/pages/chatbotwidget/chatbotwidget.wxml-->
<!-- <text>packageA/pages/chatbotwidget/chatbotwidget.wxml</text> -->

<view style="height:100%;background-color: #fff;">
<chat
bind:chatOnFinish="chatOnFinish"
bind:openWebview="openWebview"
bind:openMiniProgram="openMiniProgram"
/>
</view>