<view class="history-card" bindtap='doJump'>
  <text class="title">{{cardData.title}}</text>
  <view class="history">{{displayMessages}}</view>
  <view class="separator"></view>
  <text class="footer">聊天记录</text>
</view>