Riku
2024-08-12 7c3c82d429f86358142adceb080e8922f6a18aa0
1
2
3
4
5
6
7
8
9
10
11
12
<t-picker
  visible="{{townVisible}}"
  value="{{towntValue}}"
  data-key="town"
  title="选择街镇"
  cancelBtn="取消"
  confirmBtn="确认"
  bindchange="onPickerChange"
  bindcancel="onPickerCancel"
>
  <t-picker-item options="{{townTypes}}"></t-picker-item>
</t-picker>