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.
93 lines
3.7 KiB
93 lines
3.7 KiB
<!--pages/work2/work2.wxml-->
|
|
<view class="page">
|
|
<view class="header">
|
|
<view class="navigation" style="height: {{navigationHeight}}px; top: {{statusHeight}}px;">
|
|
<image src="/images/work2/Header.png "class="back" ></image>
|
|
<text lines="1" class="text_1" style=" top: {{statusHeight}}px;width: 50rpx;height: 50rpx;">{{agencyName}}</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="onAddHouseLL"></image>
|
|
<text lines="1" class="text_3-0">新增房屋信息</text>
|
|
</view>
|
|
<view> <image src="/images/work2/add_record.png" class="image_13-1" bind:tap="onFollowUpLi"></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" bind:tap="onData">
|
|
<view>
|
|
<image src="/images/work2/slices.png" class="image_15">
|
|
</image>
|
|
<text lines="1" class="text_13" >安检巡查</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/slices.png" class="image_12-0" bind:tap="onData"></image>
|
|
<text lines="1" class="text_3-0" bind:tap="onData">安检巡查</text>
|
|
</view>
|
|
<view>
|
|
<image src="/images/work2/Hotline.png" class="image_13-0" bind:tap="onHotlineCompletion"></image>
|
|
<text lines="1" class="text_4-0">热线接办</text>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<custom-tab-bar></custom-tab-bar>
|