epmet 工作端 小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

96 lines
4.0 KiB

<official-account></official-account>
<view class="page">
<view class="header">
<view class="header_addre">
<image src="/images/work2/Header.png "class="header_image" ></image>
<text lines="1" class="header_text_1">海伦路街道</text>
</view>
</view>
<view class="text-wrapper_8">
<image src="../../images/index/bg_center.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">
<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">
<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">
<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">
<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">
<text lines="1" class="text_10">{{pendingHouseCount?pendingHouseCount:'--'}}</text>
<text lines="1" class="text_11">未采集居民房屋</text>
</view>
</view>
<view class="group_4">
<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">
<text lines="1" class="text_14">{{pendingPopulationCount?pendingPopulationCount:'--'}}</text>
<text lines="1" class="text_15">居民信息不完整</text>
</view>
</view>
</view>
</view>
2 years ago
<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>
</view>
<custom-tab-bar></custom-tab-bar>