选择车型的组件。
import SelectCar from 'pile/dist/components/selectcar'
<SelectCar
show={selectCarShow}
brandClick={this.brandClick.bind(this)}
carTypeClick={this.carTypeClick.bind(this)}
carColorClick={this.carColorClick.bind(this)}
/>
参数 | 描述 | 数据类型 | 默认值 |
---|---|---|---|
show | 是否默认展开 | bool | false |
brandClick | 点击车辆品牌回调 | function | |
carTypeClick | 点击车辆型号回调 | function | |
carColorClick | 点击车辆颜色回调 | function | |
brandDataURL | 车型数据详情地址 | string | |
staticImgURL | 车型图片获取地址 | string |