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", loadMoreType: "none",
nodata:false, nodata:false,
pageNo:1, pageNo:1,
pageSize:10, pageSize:20,
type:'', type:'',
keyWord:"" keyWord:""
}, },

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

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

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

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

Loading…
Cancel
Save