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.
34 lines
1.8 KiB
Plaintext
34 lines
1.8 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" wx:if="{{showPage}}">
|
|
<view class="sub" wx:for="{{noticList}}" wx:item="item" wx:key="index">
|
|
<view class="timeTitle c9 tac">{{'今天'}} 08:0{{index}}</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>
|
|
<view class="tac c9 f14" wx:else hover-class="none" hover-stop-propagation="false">
|
|
<view class="t-icon t-icon-zanwu" style="width: 80px; height: 80px; margin: 50% auto 10px"></view>
|
|
<view class hover-class="none" hover-stop-propagation="false">暂未发单</view>
|
|
</view>
|
|
</scroll-view>
|
|
</view>
|