智慧申请系统
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.
 

9 lines
387 B

<!--pages/family/community/community.wxml-->
<view class="pick-container">
<picker bindchange="bindPickerChange" mode="selector" value="{{index}}" range="{{communityList}}" range-key="orgshortname">
<view class="picker">
选择社区:{{communityList[index].orgshortname}}
</view>
</picker>
</view>
<button class="btn" type="primary" bind:tap="confirm">确认</button>