- <cu-custom bgColor="bg-white" is-back="{{true}}"><view slot="content">政策资讯</view></cu-custom>
- <view class="cu-bar bg-red search">
- <view class="search-form radius">
- <text class="cuIcon-search"></text>
- <input type="text" model:value="{{keyword}}" placeholder="请输入关键字" confirm-type="search" bindconfirm="bindSearch"></input>
- </view>
- <view class="action" bindtap="bindSearch">
- <text>搜索</text>
- </view>
- </view>
- <lw-article list="{{list}}"></lw-article>
- <view wx:if="no_more" class="no_more">没有更多数据</view>
|