chat.wxml 1.4 KB

1
  1. <view class="container"><view class="tui-chatroom-navigatorbar"><image class="tui-chatroom-navigatorbar-back" src="/static/static/assets/ic_back_white.svg" data-event-opts="{{[['tap',[['goBack',['$event']]]]]}}" bindtap="__e"></image><view class="conversation-title">{{conversationName}}</view></view><view class="group-profile"><block wx:if="{{isShow}}"><t-u-i-group-profile vue-id="317ce3e5-1" id="groip-profile" conversation="{{conversation}}" bind:__l="__l"></t-u-i-group-profile></block></view><view data-event-opts="{{[['tap',[['triggerClose',['$event']]]]]}}" class="message-list" bindtap="__e"><t-u-i-message-list class="vue-ref" vue-id="317ce3e5-2" id="message-list" conversation="{{conversation}}" data-ref="messageList" bind:__l="__l"></t-u-i-message-list></view><block wx:if="{{videoPlay}}"><view data-event-opts="{{[['tap',[['stopVideoHander',['$event']]]]]}}" class="container-box" catchtap="__e"><block wx:if="{{videoPlay}}"><video class="video-message" src="{{videoMessage.payload.videoUrl}}" poster="{{videoMessage.payload.thumbUrl}}" object-fit="cover" error="videoError" autoplay="true" direction="0"></video></block></view></block><block wx:if="{{showChat}}"><view class="message-input"><t-u-i-message-input class="vue-ref" vue-id="317ce3e5-3" id="message-input" conversation="{{conversation}}" data-ref="messageInput" data-event-opts="{{[['^sendMessage',[['sendMessage']]]]}}" bind:sendMessage="__e" bind:__l="__l"></t-u-i-message-input></view></block></view>