Browse Source

房屋搜索加载中问题

jw-featrue-zhanlibiao
mk 2 years ago
parent
commit
ff3ec0f845
  1. 2
      subpages/searchResult/pages/searchResult/searchResult.js
  2. 4
      subpages/searchResult/pages/searchResult/searchResult.wxml
  3. 2
      subpages/settings/pages/changePassword/changePassword.wxml

2
subpages/searchResult/pages/searchResult/searchResult.js

@ -14,7 +14,7 @@ Page({
loadMoreType: "none",
nodata:false,
pageNo:1,
pageSize:10,
pageSize:20,
type:'',
keyWord:""
},

4
subpages/searchResult/pages/searchResult/searchResult.wxml

@ -8,14 +8,14 @@
<view class="content">
<view class="content_header">
<view class="title" wx:if="{{keyWord}}"> 查询关键字: {{keyWord}}</view>
<view class="font"> 您可以对查询出的居民信息进行修改编辑,也可以点击底部按钮新增居民信息</view>
<view class="font"> 您可以对查询出的房屋信息进行修改编辑,也可以点击底部按钮新增房屋信息</view>
</view>
<scroll-view class="scroll" scroll-y="{{true}}" lower-threshold="{{ lowerThreshold }}" bindscrolltolower="onScrollToLower">
<view class="card">
<view class="list_card" wx:for="{{tableData}}" wx:key="index" data-item="{{item}}" bind:tap="handelClickedit">
<view class="left">
<view wx:if="{{type=='resi'}}"> {{item.name}} {{item.mobile}}</view>
<view wx:else >{{item.quartersName + item.buildingName + item.buildingUnitName + item.houseName}}</view>
<view wx:else >{{item.quartersName + item.houseName}}</view>
<view class="address" wx:if="{{type=='resi'}}">地址:{{item.homeName}}</view>
</view>
<view class="right">

2
subpages/settings/pages/changePassword/changePassword.wxml

@ -9,7 +9,7 @@
<view class="item">
<view class="label">新密码</view>
<view class="input">
<input bindinput="changeNewPassword" type="password" placeholder="8-12个字符,同时包含大小写字母和数字"/>
<input bindinput="changeNewPassword" type="password" placeholder="请输入"/>
</view>
</view>
<view class="item no-pseudo">

Loading…
Cancel
Save