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.
|
|
|
<view class="list-item"
|
|
|
|
wx:if="{{noticelist.length > 0}}"
|
|
|
|
wx:for-index="index"
|
|
|
|
wx:for-item="item"
|
|
|
|
wx:key="index"
|
|
|
|
wx:for="{{noticelist}}"
|
|
|
|
bindtap="toDetail"
|
|
|
|
data-id="{{item.id}}">
|
|
|
|
<view class="name">{{item.noticeTitle}}</view>
|
|
|
|
<view class="info">我们城市建设在转变城市功能的同时,更加关注于群众的生活质量的提升,给予百姓以更多的关心和方便我们城市建设在转变城市功能的同时,更加关注于群众的生活质量的提升,给予百姓以更多的关心和方便</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
<!--加载更多提示-->
|
|
|
|
<load-more loadMoreType="{{loadMoreType}}" loadMoreVisible="{{loadMoreVisible}}"></load-more>
|
|
|
|
|
|
|
|
<no-data isShow="{{nodata}}"></no-data>
|