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.

79 lines
2.9 KiB

1 year ago
<!--pages/work2/work2.wxml-->
<view class="page">
1 year ago
<view class="header">
<view>
<image src="/images/work2/Header.png "class="image_1" ></image>
<text lines="1" class="text_1">{{agencyName}}</text>
1 year ago
</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>
1 year ago
<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>
1 year ago
</view>
1 year ago
<view>
<image src="/images/work2/add_record.png" class="image_13-0" bind:tap="onFollowUpList"></image>
1 year ago
<text lines="1" class="text_4-0">新增记录</text>
</view>
1 year ago
</view>
1 year ago
</view>
<view class="section_1-0">
<view class="text-wrapper_7-0">
1 year ago
<text lines="1" class="text_2-0" >房屋信息</text>
1 year ago
</view>
1 year ago
<view class="content_1">
<view>
<image src="/images/work2/add_houses.png" class="image_12-1" bind:tap="onAddHouseLL"></image>
1 year ago
<text lines="1" class="text_3-0">新增房屋信息</text>
1 year ago
</view>
<view> <image src="/images/work2/add_record.png" class="image_13-1" bind:tap="onFollowUpLi"></image>
1 year ago
<text lines="1" class="text_4-0">新增记录</text>
</view>
1 year ago
</view>
1 year ago
</view>
1 year ago
<view class="section_1-0">
1 year ago
<view class="text-wrapper_7-0">
<text lines="1" class="text_2-0">为民服务</text>
1 year ago
</view>
1 year ago
<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>
1 year ago
</view>
1 year ago
<view>
<image src="/images/work2/rep_record.png" class="image_13-2" bind:tap="onMyTroubleshootDemand"></image>
<text lines="1" class="text_4-0">诉求上报记录</text>
1 year ago
</view>
1 year ago
<view>
<image src="/images/work2/satisfaction.png" class="image_13-2" bind:tap="onHistoryQuery"></image>
<text lines="1" class="text_5-0">满意度调查</text>
1 year ago
</view>
</view>
</view>
<view class="section_1-0">
1 year ago
<view class="text-wrapper_7-0">
<text lines="1" class="text_2-0">数据</text>
</view>
<view class="content_1" bind:tap="onData">
1 year ago
<view>
<image src="/images/work2/data.png" class="image_15">
</image>
<text lines="1" class="text_13" >数据</text>
1 year ago
</view>
</view>
1 year ago
</view>
</view>
</view>
</view>
</view>
<custom-tab-bar></custom-tab-bar>