|
|
|
<view class="header">
|
|
|
|
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
|
|
|
|
<image src="/images/work2/Header.png" class="back" bindtap="back" mode="" />
|
|
|
|
<text lines="1" class="header_text_1" style=" top: {{statusHeight}}px;width: 50rpx;height: 50rpx;">{{agencyName}}</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="text-wrapper_8">
|
|
|
|
<image src="https://elink-esua-epdc.oss-cn-qingdao.aliyuncs.com/epmet/test/internal/20240412/bca77e0435014a4680679c2c77d4fa50.png" class="bg-image"/>
|
|
|
|
<text lines="1" class="text_30">数字化社区平台</text>
|
|
|
|
<text lines="1" class="paragraph_1">打造社区工作新模式<br/>用数据提升基层治理与服务水平</text>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
<view class="group_1">
|
|
|
|
<view class="section_1">
|
|
|
|
<view class="image-text_1" bind:tap="onAddHouseLL">
|
|
|
|
<view class="text-group_1">
|
|
|
|
<text lines="1" class="text_1">房屋登记</text>
|
|
|
|
<text lines="1" class="text_2">登记房屋数据</text>
|
|
|
|
</view>
|
|
|
|
<image src="../../images/index/houses.png" class="image_1"></image>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="section_2">
|
|
|
|
<view class="image-text_2" bind:tap="onAddResident">
|
|
|
|
<view class="text-group_2">
|
|
|
|
<text lines="1" class="text_3">居民登记</text>
|
|
|
|
<text lines="1" class="text_4">登记居民数据</text>
|
|
|
|
</view>
|
|
|
|
<image src="../../images/index/register.png" class="image_2"></image>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="section_3">
|
|
|
|
<view class="image-text_3" bind:tap="toDemandCheck" >
|
|
|
|
<view class="text-group_3">
|
|
|
|
<text lines="1" class="text_5">诉求上报</text>
|
|
|
|
<text lines="1" class="text_6">登记居民诉求</text>
|
|
|
|
</view>
|
|
|
|
<image src="../../images/index/appeal.png"class="image_3"></image>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="group_2">
|
|
|
|
<view class="text-wrapper_1">
|
|
|
|
<text lines="1" class="text_7">人房信息采集</text>
|
|
|
|
</view>
|
|
|
|
<view class="block_1">
|
|
|
|
<view class="group_3">
|
|
|
|
<image src="../../images/index/house.png" class="imge1" />
|
|
|
|
<view class="text-group_4" >
|
|
|
|
<text lines="1" class="text_8">{{collectedHouseCount?collectedHouseCount:'--'}}</text>
|
|
|
|
<text lines="1" class="text_9">录入房屋</text>
|
|
|
|
</view>
|
|
|
|
<view class="text-group_5" bind:tap="noHouse">
|
|
|
|
<text lines="1" class="text_10">{{emptyHouseNum?emptyHouseNum:'--'}}</text>
|
|
|
|
<text lines="1" class="text_11">未采集居民房屋</text>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
</view>
|
|
|
|
<view class="group_4">
|
|
|
|
<image src="../../images/index/JM.png" class="imge2" />
|
|
|
|
<view class="text-group_6">
|
|
|
|
<text lines="1" class="text_12">{{collectedPopulationCount?collectedPopulationCount:'--'}}</text>
|
|
|
|
<text lines="1" class="text_13">录入居民</text>
|
|
|
|
</view>
|
|
|
|
<view class="text-group_7" bind:tap="onresno">
|
|
|
|
<text lines="1" class="text_14">{{catesNonIntResiNum?catesNonIntResiNum:'--'}}</text>
|
|
|
|
<text lines="1" class="text_15">居民信息不完整</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="content">
|
|
|
|
<view class="hd_news">
|
|
|
|
<text class="news_remind">消息提醒</text>
|
|
|
|
<text class="more" bind:tap="moreNews">更多</text>
|
|
|
|
</view>
|
|
|
|
<view class="card">
|
|
|
|
<view class="Information" wx:for="{{tableData}}" wx:key="index" data-item="{{item}}" data-index="{{index}}" bind:tap="toDetail">
|
|
|
|
<view class="Information_one">
|
|
|
|
<view class="one_one">
|
|
|
|
<image src="../../images/index/Topping.png" class="Information_image" wx:if="{{item.msgType==resident_categiry}}"></image>
|
|
|
|
<text class="Information_test">{{item.content}}</text>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
<text class="Information_test2">{{item.readFlag != '1'?'未读':'已读'}}</text>
|
|
|
|
</view>
|
|
|
|
<view class="Information_two">
|
|
|
|
<text class="Information_test3">{{item.typeName}}</text>
|
|
|
|
<text class="Information_test4">{{item.createdTime}}</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<!-- <view class="content">
|
|
|
|
<view class="box">
|
|
|
|
<view class="hd_news">
|
|
|
|
<test class="reminder">消息提醒</test>
|
|
|
|
<test class="more_more">更多</test>
|
|
|
|
</view>
|
|
|
|
<view class="card" wx:for="{{tableData}}" wx:key="index" data-item="{{item}}" data-index="{{index}}" bind:tap="toDetail">
|
|
|
|
<view class="right">
|
|
|
|
<view class="top">
|
|
|
|
<text class="title">{{item.content}}</text>
|
|
|
|
<text class="{{item.readFlag != '1'?'':'gray'}}" style="font-size: 26rpx;">{{item.readFlag != '1'?'未读':'已读'}}</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="right">
|
|
|
|
<view class="top">
|
|
|
|
<text class="title">{{item.content}}</text>
|
|
|
|
<text class="{{item.readFlag != '1'?'':'gray'}}" style="font-size: 26rpx;">{{item.readFlag != '1'?'未读':'已读'}}</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view> -->
|
|
|
|
|
|
|
|
<custom-tab-bar></custom-tab-bar>
|