java-mall-app/unpackage/dist/dev/mp-weixin/im/infos/infos.wxml
2025-12-12 17:04:03 +08:00

1 line
1.6 KiB
Plaintext

<view><scroll-view class="{{['page',modalName!=null?'show':'']}}" scroll-y="{{modalName==null}}"><view class="cu-bar bg-white solid-bottom"><view class="action"><text class="cuIcon-title text-orange"></text>{{$root.m0+''}}</view></view><view class="cu-list menu-avatar"><block wx:for="{{histtorylist}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="{{['cu-item',modalName=='move-box-'+index?'move-cur':'']}}" data-target="{{'move-box-'+index}}" data-event-opts="{{[['touchstart',[['ListTouchStart',['$event']]]],['touchmove',[['ListTouchMove',['$event']]]],['touchend',[['ListTouchEnd',['$event']]]],['tap',[['tochat',['$0',item.logtype=='group'?item.groupname:item.username,item.logtype=='group'?1:0,'$1'],[[['histtorylist','',index,'user_id']],[['histtorylist','',index,'id']]]]]]]}}" bindtouchstart="__e" bindtouchmove="__e" bindtouchend="__e" bindtap="__e"><view class="{{['cu-avatar','round','lg',item.status=='offline'?'grayscale':'']}}" style="{{'background-image:'+('url('+item.avatar+')')+';'}}"><view hidden="{{!(item.weidu>0)}}" class="cu-tag badge">{{item.weidu>99?'99+':item.weidu}}</view></view><view class="content"><view class="text-grey">{{item.logtype=='group'?item.groupname:item.username}}</view><view class="text-gray text-sm"><rich-text nodes="{{item.lastmsg==undefined?'':item.lastmsg}}"></rich-text></view></view><view class="action"><view class="text-grey text-xs">{{item.lasttime}}</view></view><view class="move"><block wx:if="{{false}}"><view class="bg-grey">{{$root.m1}}</view></block><view class="bg-red">{{$root.m2}}</view></view></view></block></view></scroll-view></view>