forked from nsjcy/frontEnd/nsjcy

1
liuwh
2020-03-05 c79f4fea5045445c40cd417c3bdcf78c843f87ae
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
<!--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="zhgk" 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 class="text-gray">未检简介</view>
            </view>
        </view>
        <view class="zhwj-list-flex-r" data-str="zhdt" 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 class="text-gray">最美未检剪影</view>
            </view>
        </view>
    </view>
    <view class="zhwj-list-flex">
        <view class="zhwj-list-flex-l" data-str="zhghLogin" 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 class="text-gray">社会支持与配合</view>
            </view>
        </view>
        <view class="zhwj-list-flex-r" data-str="wjjb" 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 class="text-gray">未成年人侵害案件</view>
            </view>
        </view>
    </view>
    <view class="zhwj-list-flex">
        <view class="zhwj-list-flex-l" data-str="weiwc" 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/zuj5.png');"></view>
            <view class="zhwj-list-flex-l-text">
                <view class="text-black text-bold text-lg">入职查询</view>
                <view class="text-gray">未检职工入职查询</view>
            </view>
        </view>
        <!-- <view class="zhwj-list-flex-r" data-str="weiwc" 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/zuj6.png');"></view>
      <view class="zhwj-list-flex-l-text">
        <view class="text-black text-bold text-lg">普法预约</view>
        <view class="text-gray">预约参观法治基地</view>
      </view>
    </view> -->
 
        <view class="zhwj-list-flex-r" data-str="fzjdvisitList" 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/zuj6.png');"></view>
            <view class="zhwj-list-flex-l-text">
                <view class="text-black text-bold text-lg">法治基地参观</view>
                <view class="text-gray">预约参观法治基地</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}}">&nbsp;&nbsp;&nbsp;&nbsp;</text>{{item.readCount}}阅读</view>
            </view>
            <view class="zhwj-b-head-r">
                <image mode='widthFix' src="{{item.attList[0].path}}"></image>
            </view>
        </view>
    </view>
 
</view>