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.
 

16 lines
744 B

<!--pages/pbService/feiyi/index.wxml-->
<title title="非遗鉴赏"></title>
<picker mode="selector" value="{{date}}" range="{{types}}" range-key="class_name" bindchange="changeType">
<view class="picker feiyi-picker">
<text>{{types[typeIndex].class_name}}</text>
<view class="iconfont icon-xia"></view>
</view>
</picker>
<navigator url="info/index?id={{item.id}}" class="feiyi-item" wx:for="{{list}}">
<common-image width="200rpx" height="200rpx" src="{{item.default_pic_url}}" mode="aspectFill"></common-image>
<!-- <image lazy-load></image> -->
<view class="feiyiinfo textOver">
<view class="title textOver">{{item.title}}</view>
<view class="subtitle textOver">{{item.protect_office}}</view>
</view>
</navigator>