You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
927 B

<!-- <view class="search">
<view>
<input placeholder="请输入通知公告相关文字" placeholder-style="color:#ccc;" auto-focus="true" bindinput="creator"></input>
<image src="../img/search.png" bindtap="search"></image>
</view>
</view> -->
<view class="recordList" wx:if='{{list.length>0}}'>
<view class="record" wx:for='{{list}}' wx:key='index' data-id="{{item.id}}" data-index="{{index}}" bindtap="detail">
<view>
<view class="record-detail">
<image src="../img/weid.png" mode='aspectFit' wx:if='{{!item.bid}}'></image>
<text class="fs-30 font-333">{{item.title}}</text>
<view class="fs-24 font-999">{{item.createTime}}</view>
</view>
<image src="../img/rg.png" class="right-dot"></image>
</view>
</view>
<view class="load">--已全部加载--</view>
</view>
<view class='lack' wx:else>
<image src="../img/6.png" mode='aspectFit'></image>
</view>