12 changed files with 951 additions and 48 deletions
|
After Width: | Height: | Size: 499 B |
|
After Width: | Height: | Size: 1.8 KiB |
|
After Width: | Height: | Size: 340 KiB |
|
After Width: | Height: | Size: 5.0 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
@ -1,32 +1,96 @@ |
|||
<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 class="select"> |
|||
<view class="bgBule"> |
|||
<picker mode="selector" style="display: inline-block;" range="{{selectList}}" value="{{selectValue}}" bindchange="handleChangeFilter" > |
|||
<view>{{selectValue == 1?'居民信息采集':selectValue == 2?'房屋信息采集':selectValue == 3?'社区满意度自查':'全部消息'}}</view> |
|||
</picker> |
|||
</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> |
|||
|
|||
<image src="../../images/select.png" mode=""/></view> |
|||
<view class="delete" bind:tap="handelClickClear"> <image src="../../images/delete.png" mode="" /> 全部已读</view> |
|||
</view> |
|||
<view class="content"> |
|||
<scroll-view class="scroll" scroll-y="{{true}}" lower-threshold="{{ lowerThreshold }}" bindscrolltolower="onScrollToLower"> |
|||
<view class="box"> |
|||
<view class="card" wx:for="{{tableData}}" wx:key="index" data-item="{{item}}" data-index="{{index}}" bind:tap="toDetail"> |
|||
<view class="left">{{item.createdByName}}</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 class="bottom"> |
|||
<view class="flex_box"> |
|||
<view wx:if="{{item.msgType == '2'}}">测评打分:</view><view class="{{item.msgType == '2'?'blue':''}}" class="textOver">{{item.deptName || '--'}}</view><view wx:if="{{item.msgType == '2'}}">分</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> |
|||
<text>{{item.createdTime}}</text> |
|||
</view> |
|||
</view> |
|||
</view> |
|||
</view> |
|||
<load-more loadVisible="{{loadMoreVisible}}" loadType="{{loadMoreType}}" ></load-more> |
|||
<no-data isShow="{{nodata}}" wx:if="{{nodata}}"></no-data> |
|||
</scroll-view> |
|||
</view> |
|||
|
|||
</view> |
|||
</view> |
|||
<custom-tab-bar></custom-tab-bar> |
|||
@ -0,0 +1,66 @@ |
|||
// subpages/searchResult/pages/resiInfo/resiInfo.js
|
|||
Page({ |
|||
|
|||
/** |
|||
* 页面的初始数据 |
|||
*/ |
|||
data: { |
|||
|
|||
}, |
|||
|
|||
/** |
|||
* 生命周期函数--监听页面加载 |
|||
*/ |
|||
onLoad(options) { |
|||
|
|||
}, |
|||
|
|||
/** |
|||
* 生命周期函数--监听页面初次渲染完成 |
|||
*/ |
|||
onReady() { |
|||
|
|||
}, |
|||
|
|||
/** |
|||
* 生命周期函数--监听页面显示 |
|||
*/ |
|||
onShow() { |
|||
|
|||
}, |
|||
|
|||
/** |
|||
* 生命周期函数--监听页面隐藏 |
|||
*/ |
|||
onHide() { |
|||
|
|||
}, |
|||
|
|||
/** |
|||
* 生命周期函数--监听页面卸载 |
|||
*/ |
|||
onUnload() { |
|||
|
|||
}, |
|||
|
|||
/** |
|||
* 页面相关事件处理函数--监听用户下拉动作 |
|||
*/ |
|||
onPullDownRefresh() { |
|||
|
|||
}, |
|||
|
|||
/** |
|||
* 页面上拉触底事件的处理函数 |
|||
*/ |
|||
onReachBottom() { |
|||
|
|||
}, |
|||
|
|||
/** |
|||
* 用户点击右上角分享 |
|||
*/ |
|||
onShareAppMessage() { |
|||
|
|||
} |
|||
}) |
|||
@ -0,0 +1,2 @@ |
|||
<!--subpages/searchResult/pages/resiInfo/resiInfo.wxml--> |
|||
<text>subpages/searchResult/pages/resiInfo/resiInfo.wxml</text> |
|||
Loading…
Reference in new issue