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.
bocai_supplyChain/subPage/todayBill/index.wxml

30 lines
1.5 KiB
Plaintext

<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="{{noticList}}" wx:item="item" wx:key="index">
<view class="timeTitle c9 tac">{{'今天'}} 08:3{{index + 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.3;" nodes="{{item.textShow}}"></rich-text>
<!-- <textarea value='{{text}}' class="linefeed f18" style="line-height:1.4" ></textarea> -->
</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>