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

8 lines
387 B

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