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.

36 lines
1.4 KiB

5 years ago
<!--pages/pbService/wbdw/index.wxml-->
<title title="文保单位"></title>
<view class="top-menus">
<view class="search-top">
<view class="iconfont icon-sousuo"></view>
<input type="text" bindinput="changeKeyword" placeholder="请输入书名/作者"></input>
<view class="search-btn" bindtap="search">搜索</view>
</view>
<view class="menus">
<view class="menu">
<picker mode="selector" range="{{areas}}" range-key="area_name" bindchange="changeArea">
<view class="picker active">
<view class="areatext">{{areas[areaIndex].area_name}}</view>
<view class="iconfont icon-xia"></view>
</view>
</picker>
</view>
<view class="menu">
<picker mode="selector" range="{{levels}}" bindchange="changeLevel">
<view class="picker">
<view class="areatext">{{levels[levelIndex]}}</view>
<view class="iconfont icon-xia"></view>
</view>
</picker>
</view>
</view>
</view>
<view style="height:180rpx"></view>
<navigator url="info/index?id={{item.id}}" class="item" wx:for="{{list}}">
<image class="main-img" src="{{item.logo}}" mode="wdithFix"></image>
<view class="title">{{item.name}}</view>
<view class="location">
5 years ago
<image src="https://static.ticket.sz-trip.com/xcxImages/listtop/wbdw.png" mode="widthFix"></image>
5 years ago
<text>{{item.address}}</text>
</view>
</navigator>