<!--pages/zhwj/zhwj.wxml-->
|
|
<view class="bg-img padding-tb-xl" style="background-image: url('https://xnwj.gznsjc.gov.cn/nsjc-charge/image/juxing.png');height: 414rpx;">
|
</view>
|
|
<view class="zhwj-list">
|
<view class="zhwj-list-flex">
|
<view class="zhwj-list-flex-l" data-str="zscqdxal" bindtap='linkFunction'>
|
<view class="cu-avatar round margin-left zhwj-list-flex-l-img" style="background-image: url('https://xnwj.gznsjc.gov.cn/nsjc-charge/image/zuj1.png');"></view>
|
<view class="zhwj-list-flex-l-text">
|
<view class="text-black text-bold text-lg">典型案例</view>
|
</view>
|
</view>
|
<view class="zhwj-list-flex-r" data-str="zdyf" bindtap='linkFunction'>
|
<view class="cu-avatar round margin-left zhwj-list-flex-l-img" style="background-image: url('https://xnwj.gznsjc.gov.cn/nsjc-charge/image/zuj2.png');"></view>
|
<view class="zhwj-list-flex-l-text">
|
<view class="text-black text-bold text-lg">主动预防</view>
|
</view>
|
</view>
|
</view>
|
<view class="zhwj-list-flex">
|
<view class="zhwj-list-flex-l" data-str="flcx" bindtap='linkFunction'>
|
<view class="cu-avatar round margin-left zhwj-list-flex-l-img" style="background-image: url('https://xnwj.gznsjc.gov.cn/nsjc-charge/image/zuj3.png');"></view>
|
<view class="zhwj-list-flex-l-text">
|
<view class="text-black text-bold text-lg">法律查询</view>
|
</view>
|
</view>
|
<view class="zhwj-list-flex-r" data-str="createSubList" bindtap='linkFunction'>
|
<view class="cu-avatar round margin-left zhwj-list-flex-l-img" style="background-image: url('https://xnwj.gznsjc.gov.cn/nsjc-charge/image/zuj4.png');"></view>
|
<view class="zhwj-list-flex-l-text">
|
<view class="text-black text-bold text-lg">企业体检</view>
|
</view>
|
</view>
|
</view>
|
|
</view>
|
|
<view class="index-gray "></view>
|
|
<view class="zhwj-b">
|
<view class="zhwj-b-head">
|
<span></span>
|
<view class="zhwj-b-head-title text-black">主动预防</view>
|
</view>
|
|
<view class="zhwj-b">
|
<view class="zhwj-b-main" wx:for="{{ dataSet }}" data-str="zhdtInfo" data-Id="{{item.id}}" bindtap='linkFunction'>
|
<view class="zhwj-b-head-l">
|
<view class="zhwj-b-head-l-title text-black">{{item.title}}</view>
|
<view class="text-grey">{{item.createTime}}<text decode="{{true}}" space="{{true}}"> </text>{{item.readCount}}阅读</view>
|
</view>
|
<view class="zhwj-b-head-r">
|
<image mode='widthFix' src="{{item.attList[0].path}}"></image>
|
</view>
|
</view>
|
</view>
|
</view>
|