You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
1.5 KiB
1 lines
1.5 KiB
<block wx:if="{{conversation.conversationID}}"><movable-area class="t-conversation-item-container"><movable-view class="t-conversation-item list-touch" style="{{(txtStyle)}}" direction="horizontal" damping="100" x="{{xScale}}" data-event-opts="{{[['change',[['handleTouchMove',['$event']]]],['touchstart',[['touchS',['$event']]]],['touchmove',[['touchM',['$event']]]],['touchend',[['touchE',['$event']]]]]}}" bindchange="__e" bindtouchstart="__e" bindtouchmove="__e" bindtouchend="__e"><view class="avatar-box"><image class="t-conversation-item-avatar" src="{{setConversationAvatar}}" data-event-opts="{{[['error',[['handleImageError',['$event']]]]]}}" binderror="__e"></image><block wx:if="{{conversation.unreadCount!==0}}"><view class="unread"><block wx:if="{{conversation.unreadCount>99}}"><view class="read-text">99+</view></block><block wx:else><view class="read-text">{{conversation.unreadCount}}</view></block></view></block></view><view class="t-conversation-item-content"><label class="tui-conversation-item-name">{{conversationName}}</label><view class="tui-conversation-lastMessage"><block wx:if="{{$root.g0!=-1}}"><text>订单消息</text></block><block wx:else><text>{{conversation.lastMessage.messageForShow}}</text></block></view></view><view class="t-conversation-item-info">{{timeago}}</view><view data-event-opts="{{[['tap',[['deleteConversation',['$event']]]]]}}" class="list-touch t-conversation-delete" style="width:144rpx;" catchtap="__e">{{''+i18n.shanchu}}</view></movable-view></movable-area></block>
|