39 lines
1.4 KiB
Plaintext
39 lines
1.4 KiB
Plaintext
<view class="page-title">居民信息</view>
|
|
<view class="join-info">
|
|
<view class="join-row">
|
|
<view class="row-name">当前社区居委会</view>
|
|
<view class="row-content">{{communityName}}</view>
|
|
</view>
|
|
<view class="join-row">
|
|
<view class="row-name">建筑物类型</view>
|
|
<view class="row-content">
|
|
<picker bindchange="bindPickerChange" range="{{array}}" value="{{index}}">
|
|
<view class="picker"> {{array[index]}} </view>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<view class="join-row">
|
|
<view class="row-name">小区</view>
|
|
<view class="row-content">
|
|
<picker bindchange="bindPickerChange1" range="{{xqArray}}" value="{{xqIndex}}">
|
|
<view class="picker"> {{xqArray[xqIndex]}} </view>
|
|
</picker>
|
|
</view>
|
|
</view>
|
|
<view class="join-row">
|
|
<view class="row-name">楼栋</view>
|
|
<view class="row-content">
|
|
<input value="{{floorNum}}" placeholder="请输入楼栋" type="text"></input>
|
|
</view>
|
|
</view>
|
|
<view class="join-row">
|
|
<view class="row-name">门牌号</view>
|
|
<view class="row-content">
|
|
<input value="{{roomNum}}" placeholder="请输入单元/门牌号" type="text"></input>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="submit-join">
|
|
<view bindtap="submitJoin" class="join-btn">加入</view>
|
|
</view>
|