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>
|
|