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.

36 lines
2.4 KiB
Plaintext

<scroll-view wx:if="{{allShow}}" class="mt10" scroll-y enable-back-to-top="true" refresher-enabled bindscrolltolower="onScrollToLower" bindrefresherrefresh="onScrollRefresh" scroll-with-animation="true" scroll-top="{{idNull}}" refresher-triggered="{{isTrigger}}" style="height:calc(100vh - 10px)">
<view class="bgf f14" wx:for-index="idx" wx:for="{{recordList}}" wx:key="idx">
<view class="display-flex v-center p16" style="padding-bottom: 10px;">
<view class="flex-1 va-center">
<image src="{{item.avatar ? item.avatar :'https://matripe.oss-cn-beijing.aliyuncs.com/bcSVG/bc.svg'}}" style="width:42px;height:42px;border-radius:50%;"></image>
<text class="f16 c3 ml12 fwb">{{item.creatorName ?item.creatorName:'伯才'}}</text>
</view>
<view class="c9">{{item.updateTimeStr}}</view>
</view>
<view class="p016 content_bottom {{item.isZhedie ?'over5':''}}" style="white-space: pre-line;">{{item.content}}
</view>
<view style="color: #576B95;" wx:if="{{item.isZhedie && item.showAll}}" data-id="{{item.id}}" catchtap="open" class="pl16 mt8">全文</view>
<view style="color: #576B95;" wx:if="{{!item.isZhedie && item.showAll}}" data-id="{{item.id}}" catchtap="close" class="pl16 mt8">收起</view>
<!-- <view class="mt12 p016" style="padding-right: 4px;">
<image src="https://matripe.oss-cn-beijing.aliyuncs.com/img/logo-01.png" class="imgs"></image>
<image src="https://matripe.oss-cn-beijing.aliyuncs.com/img/logo-01.png" class="imgs"></image>
<image src="https://matripe.oss-cn-beijing.aliyuncs.com/img/logo-01.png" class="imgs"></image>
<image src="https://matripe.oss-cn-beijing.aliyuncs.com/img/logo-01.png" class="imgs"></image>
<image src="https://matripe.oss-cn-beijing.aliyuncs.com/img/logo-01.png" class="imgs"></image>
<image src="https://matripe.oss-cn-beijing.aliyuncs.com/img/logo-01.png" class="imgs"></image>
<image src="https://matripe.oss-cn-beijing.aliyuncs.com/img/logo-01.png" class="imgs"></image>
</view>
<view class="iconfont icon-dianzan dib pl16"></view>
<view class="iconfont icon-zhuanfa2 dib ml12"></view> -->
<view class="bt1 mt10"></view>
</view>
<view style="padding-bottom: 0px;">
<view wx:if="{{!hasMoreData && !isLoading}}" class="f12 c9 tc p20">暂无更多数据</view>
<view wx:else class="f12 c9 tc p20">上滑加载更多</view>
</view>
</scroll-view>