You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
<view class>
|
|
|
|
|
<scroll-view class scroll-y enable-back-to-top="true" bindscrolltolower="onScrollToLower" bindrefresherrefresh="onScrollRefresh" refresher-triggered="{{isTrigger}}" style="height:calc(100vh)">
|
|
|
|
|
<view class="container">
|
|
|
|
|
<view class="sub" wx:for="{{4}}">
|
|
|
|
|
<view class="timeTitle c9 tac">{{item == 0 ? '今天' :( item == 1 ? '昨天' : item == 2 ? '前天' : '2025-3-3')}} 15:3{{item + 1}}</view>
|
|
|
|
|
<view class="por fss" style="align-items:unset;margin-right:58px">
|
|
|
|
|
<view class>
|
|
|
|
|
<image class="avatarImg" src="{{'../../assets/images/chatAvatar.jpg'}}" mode="aspectFit|aspectFill|widthFix" lazy-load="false" binderror bindload></image>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="ml8">
|
|
|
|
|
<view class="serviceName f12 c9">{{'客服刘丽'}}</view>
|
|
|
|
|
<view class="chatContent">
|
|
|
|
|
<view class="pb4" hover-class="none" hover-stop-propagation="false">
|
|
|
|
|
<view class="triangle"></view>
|
|
|
|
|
<rich-text class="linefeed f18" style="line-height:1.4" user-select="{{true}}" nodes="{{text}}"></rich-text>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="pt8 fse f14">
|
|
|
|
|
<view class="copy" hover-class="thover" bindtap="copyInfo" data-info="{{item}}">
|
|
|
|
|
<i class="iconfont icon-file-copy"></i>复制
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</scroll-view>
|
|
|
|
|
</view>
|