| | |
| | | <view class="image-btn" bindtap="goto" data-index="0"> |
| | | <image src="/res/icons/learn_1.png" class="image-btn__2" mode="aspectFit" /> |
| | | <view class="image-btn_title"> |
| | | <view class="image-btn_title_t">环保守法</view> |
| | | <view>视频、文档材料</view> |
| | | <view class="image-btn_title_t">守法视频</view> |
| | | <view>守法培训材料</view> |
| | | <mp-icon class="image-btn_goto" icon="arrow" color="#7F7F7F" size="8" type="filled"></mp-icon> |
| | | </view> |
| | | |
| | |
| | | <image src="/res/icons/learn_2.png" class="image-btn__2" mode="aspectFit" /> |
| | | <view class="image-btn_title"> |
| | | <view class="image-btn_title_t">执法案例</view> |
| | | <view>相关执法案例</view> |
| | | <view>执法督察案例</view> |
| | | <mp-icon class="image-btn_goto" icon="arrow" color="#7F7F7F" size="8" type="filled"></mp-icon> |
| | | </view> |
| | | </view> |
| | |
| | | <view class="fyui-cell__bd">环保守法</view> |
| | | <view class="fyui-cell__ft">更多</view> |
| | | </view> --> |
| | | <view wx:for="{{resources}}" wx:key="index" wx:item="item" bindtap="openFile" data-index="{{index}}"> |
| | | <view wx:if="{{item.lrResourcefiletype != 4}}" class="fyui-box fyui-panel"> |
| | | <view class="fyui-box__hd"> |
| | | <image src="{{item.lrPicurl}}" class="" mode="aspectFill" /> |
| | | </view> |
| | | <view class="fyui-box__bd"> |
| | | <view class="fyui-box__content">{{item.lrResourcetitle}}</view> |
| | | <view class="fyui-box__tag"> |
| | | <view>{{item.lrPublishdate}}</view> |
| | | <view class="flex-h"> |
| | | <image src="/res/icons/view.png" class="icon"></image>{{item.views}} |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | <view wx:else class="fyui-panel fyui-panel_video"> |
| | | <view style="position: relative;"> |
| | | <image src="{{item.lrPicurl}}" class="video-poster" mode="aspectFit" /> |
| | | <mp-icon class="video-play" icon="play" color="white" size="50" type="filled"></mp-icon> |
| | | </view> |
| | | <view class="video-title">{{item.lrResourcetitle}}</view> |
| | | <view class="tag"> |
| | | <view>{{item.lrPublishdate}}</view> |
| | | <view class="flex-h"> |
| | | <image src="/res/icons/view.png" class="icon"></image>{{item.views}} |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | |
| | | <!-- <view class="fyui-cell fyui-cell_select title"> |
| | | <view class="fyui-cell__bd">执法案例</view> |
| | | <view class="fyui-cell__ft">更多</view> |
| | | </view> |
| | | <view wx:for="{{text2}}" wx:key="index" data-index="index" wx:for-item="item"> |
| | | <view class="fyui-box fyui-panel fyui-box__text"> |
| | | <view class="fyui-box__hd"> |
| | | {{item.title}} |
| | | </view> |
| | | <view class="fyui-box__bd"> |
| | | <view class="fyui-box__content">{{item.content}}</view> |
| | | <view class="fyui-box__tag"> |
| | | <view wx:for="{{item.tags}}" wx:key="i" data-index="i" wx:for-item="tag">{{tag}}</view> |
| | | </view> |
| | | </view> |
| | | <view class="fyui-box__ft"> |
| | | <view class="flex-h"> |
| | | <image src="/res/icons/view.png" class="icon"></image>{{item.views}} |
| | | </view> |
| | | <view class="flex-h"> |
| | | <image src="/res/icons/like.png" class="icon"></image>{{item.likes}} |
| | | </view> |
| | | <view>{{item.time}}</view> |
| | | </view> |
| | | </view> |
| | | </view> --> |
| | | <c-learn-item results="{{results}}" loading="{{loading}}" needLoadMore="{{needLoadMore}}"></c-learn-item> |
| | | |
| | | </view> |
| | | |