Index.wxml 1.5 KB

1
  1. <view class="container"><view class="tabBox"><block wx:for="{{industryData}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['onChangeState',['$0'],[[['industryData','',index]]]]]]]}}" class="{{['tabItem',industryID==item.id?'active':'']}}" bindtap="__e">{{item.name}}</view></block></view><view class="hazardPublicityBox"><view data-event-opts="{{[['tap',[['onHazardPublicityTo']]]]}}" class="hazardPublicityInfo" bindtap="__e"><view class="hazardPublicityTitle"><text>点击查看线索公示</text><text>>></text></view></view></view><view class="contentBox"><z-paging class="vue-ref" vue-id="fae8023a-1" refresher-update-time-key="noticeList" auto="{{false}}" data-ref="paging" value="{{noticeListData}}" data-event-opts="{{[['^query',[['onGetNoticeNewsInfo']]],['^input',[['__set_model',['','noticeListData','$event',[]]]]]]}}" bind:query="__e" bind:input="__e" bind:__l="__l" vue-slots="{{['default']}}"><view class="listInfoBox"><block wx:for="{{noticeListData}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['onNoticeViewTo',['$0'],[[['noticeListData','',index,'id']]]]]]]}}" class="listInfo" bindtap="__e"><view class="listTitle">{{item.title}}</view><block wx:if="{{item.content}}"><view class="listContent"><image class="listContentImg" src="/static/img/common/noticeIcon.png"></image><view class="listContentText">{{item.content}}</view></view></block></view></block></view></z-paging></view></view>