Commit e707f315 authored by xwenliang's avatar xwenliang

update readme

parent f807257e
...@@ -10,22 +10,22 @@ ...@@ -10,22 +10,22 @@
####Params ####Params
|Key | Description | Type | Default| |Key | Type | Default| Description |
| --- | ----------- | ---- | ------ | | --- | ---- | ------ | ----------- |
|pickerConfirmBtnText | |string |确认 | |pickerConfirmBtnText |string |确认 | |
|pickerCancelBtnText | |string |取消 | |pickerCancelBtnText |string |取消 | |
|pickerTitleText | |string |请选择 | |pickerTitleText |string |请选择 | |
|pickerConfirmBtnColor | |array |[1, 186, 245, 1] | |pickerConfirmBtnColor |array |[1, 186, 245, 1] | |
|pickerCancelBtnColor | |array |[1, 186, 245, 1] | |pickerCancelBtnColor |array |[1, 186, 245, 1] | |
|pickerTitleColor | |array |[20, 20, 20, 1]) | |pickerTitleColor |array |[20, 20, 20, 1]) | |
|pickerToolBarBg | |array |[232, 232, 232, 1] | |pickerToolBarBg |array |[232, 232, 232, 1] | |
|pickerBg | |array |[196, 199, 206, 1] | |pickerBg |array |[196, 199, 206, 1] | |
|wheelFlex | |array |[2, 1, 1] | |wheelFlex |array |[2, 1, 1] |set width of the three wheels to 2:1:1 |
|pickerData | |array | | |pickerData |array | | |
|selectedValue | |array | | |selectedValue |array | | |
|onPickerConfirm | |function| | |onPickerConfirm |function| | |
|onPickerCancel | |function| | |onPickerCancel |function| | |
|onPickerSelect | |function| | |onPickerSelect |function| | |
####Methods ####Methods
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment