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.
29 lines
1.4 KiB
Plaintext
29 lines
1.4 KiB
Plaintext
|
1 year ago
|
<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="ml12">
|
||
|
|
<view class="userName 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" user-select="{{true}}" nodes="{{text}}"></rich-text>
|
||
|
|
</view>
|
||
|
|
<view class="bt1 c6 pt8 pb8 fss f14">
|
||
|
|
<view class="copy">
|
||
|
|
<i class="iconfont icon-file-copy"></i>复制
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</view>
|
||
|
|
</scroll-view>
|
||
|
|
</view>
|