1 |
- <view class="back"><view class="input u-flex"><u-icon vue-id="6fc8e8e2-1" name="search" color="rgba(153, 153, 153, 1)" size="40" bind:__l="__l"></u-icon><input style="width:600rpx;margin-left:16rpx;" type="text" placeholder="{{i18n.Searchchat}}" data-event-opts="{{[['change',[['search',['$event']]]],['input',[['__set_model',['','keywords','$event',[]]]]]]}}" value="{{keywords}}" bindchange="__e" bindinput="__e"/></view><view class="box "><block wx:for="{{$root.l1}}" wx:for-item="item" wx:for-index="idx" wx:key="idx"><view style="margin-bottom:26rpx;"><block wx:for="{{item.l0}}" wx:for-item="child" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['chat',['$0','$1'],[[['list','',idx]],[['list','',idx],['easemob_log','',index]]]]]]]}}" bindtap="__e"><block wx:if="{{user_no!='13523652365'&&item.$orig.targetId=='13523652365'}}"><view data-event-opts="{{[['tap',[['tokefu',['$0'],[[['list','',idx],['easemob_log','',index]]]]]]]}}" class="kefu u-flex" bindtap="__e"><image style="width:88rpx;height:88rpx;" src="/pageA/static/images/kefu.png" mode></image><view class="u-row-between" style="height:88rpx;display:flex;flex-direction:column;margin-left:20rpx;width:85%;"><view class="u-flex u-row-between"><view class="name">{{i18n.customerService}}</view><view class="time">{{''+child.g0+"-"+(child.g1+1)+"-"+child.g2+"\n\t\t\t\t\t\t\t\t\t"+child.g3+''}}</view></view><view class="u-flex u-row-between"><text class="news">{{child.$orig.text}}</text></view></view></view></block><block wx:if="{{item.$orig.targetId!='13523652365'}}"><view class="u-flex "><block wx:if="{{item.$orig.form_id==user_no}}"><image style="width:88rpx;height:88rpx;" src="{{item.$orig.to_merchant.image||item.$orig.to_member.avatar}}" mode></image></block><block wx:else><image style="width:88rpx;height:88rpx;" src="{{item.$orig.form_member.avatar}}" mode></image></block><view class="u-row-between" style="display:flex;flex-direction:column;margin-left:20rpx;width:85%;"><view class="u-flex u-row-between"><block wx:if="{{item.$orig.form_id==user_no}}"><view class="name">{{''+(item.$orig.to_merchant.merchant_name||item.$orig.to_member.nickname)+''}}</view></block><block wx:else><view class="name">{{''+item.$orig.form_member.nickname+''}}</view></block><view class="time">{{''+child.g4+"-"+(child.g5+1)+"-"+child.g6+"\n\t\t\t\t\t\t\t\t\t"+child.g7+''}}</view></view><view class="u-flex u-row-between" style="border-bottom:2rpx solid #eae7e7;padding-bottom:26rpx;margin-top:10rpx;"><text class="news">{{child.$orig.text}}</text></view></view></view></block></view></block></view></block></view></view>
|