|
|
|
<!--pages/work2/work2.wxml-->
|
|
|
|
<view class="page">
|
|
|
|
<view class="header">
|
|
|
|
<view>
|
|
|
|
<image src="/images/work2/Header.png "class="image_1" ></image>
|
|
|
|
<text lines="1" class="text_1">海伦路街道</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="box_2">
|
|
|
|
<view class="section_5">
|
|
|
|
|
|
|
|
<view class="list_1">
|
|
|
|
<view class="section_1-0">
|
|
|
|
<view class="text-wrapper_7-0">
|
|
|
|
<text lines="1" class="text_2-0">居民信息</text>
|
|
|
|
</view>
|
|
|
|
<view class="content_1">
|
|
|
|
<view>
|
|
|
|
<image src="/images/work2/add_resident.png" class="image_12-0" bind:tap="onAddResident"></image>
|
|
|
|
<text lines="1" class="text_3-0" bind:tap="onAddResident">新增居民信息</text>
|
|
|
|
</view>
|
|
|
|
<view>
|
|
|
|
<image src="/images/work2/add_record.png" class="image_13-0" bind:tap="onFollowUpList"></image>
|
|
|
|
<text lines="1" class="text_4-0">新增记录</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="section_1-0">
|
|
|
|
<view class="text-wrapper_7-0">
|
|
|
|
<text lines="1" class="text_2-0" >房屋信息</text>
|
|
|
|
</view>
|
|
|
|
<view class="content_1">
|
|
|
|
<view>
|
|
|
|
<image src="/images/work2/add_houses.png" class="image_12-1" bind:tap="onAddHouse"></image>
|
|
|
|
<text lines="1" class="text_3-0">新增房屋信息</text>
|
|
|
|
</view>
|
|
|
|
<view> <image src="/images/work2/add_record.png" class="image_13-1" bind:tap="onFollowUpList"></image>
|
|
|
|
<text lines="1" class="text_4-0">新增记录</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
<view class="section_1-0">
|
|
|
|
<view class="text-wrapper_7-0">
|
|
|
|
<text lines="1" class="text_2-0">信息服务</text>
|
|
|
|
</view>
|
|
|
|
<view class="house">
|
|
|
|
<view>
|
|
|
|
<image src="/images/work2/reporting.png" class="image_12-2" bind:tap="onDemandCheck"></image>
|
|
|
|
<text lines="1" class="text_3-0">诉求上报</text>
|
|
|
|
</view>
|
|
|
|
<view>
|
|
|
|
<image src="/images/work2/rep_record.png" class="image_13-2" bind:tap="onMyTroubleshootDemand"></image>
|
|
|
|
<text lines="1" class="text_4-0">诉求上报记录</text>
|
|
|
|
</view>
|
|
|
|
<view>
|
|
|
|
<image src="/images/work2/satisfaction.png" class="image_13-2" bind:tap="onHistoryQuery"></image>
|
|
|
|
<text lines="1" class="text_5-0">满意度调查</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<view class="section_1-0">
|
|
|
|
<view class="text-wrapper_7-0">
|
|
|
|
<text lines="1" class="text_2-0">数据</text>
|
|
|
|
</view>
|
|
|
|
<view class="content_1">
|
|
|
|
<view>
|
|
|
|
<image src="/images/work2/data.png" class="image_15">
|
|
|
|
</image>
|
|
|
|
<text lines="1" class="text_13">数据</text>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
</view>
|
|
|
|
<custom-tab-bar></custom-tab-bar>
|