SelectCar车型

author: 李士强

定义

选择车型的组件。

图片展示

SelectCar 车型 - 图1

代码演示

  1. import SelectCar from 'pile/dist/components/selectcar'
  2. <SelectCar
  3. show={selectCarShow}
  4. brandClick={this.brandClick.bind(this)}
  5. carTypeClick={this.carTypeClick.bind(this)}
  6. carColorClick={this.carColorClick.bind(this)}
  7. />

属性

参数 描述 数据类型 默认值
show 是否默认展开 bool false
brandClick 点击车辆品牌回调 function
carTypeClick 点击车辆型号回调 function
carColorClick 点击车辆颜色回调 function
brandDataURL 车型数据详情地址 string
staticImgURL 车型图片获取地址 string

原文: https://didi.github.io/pile.js/docs/2017/08/develop-components-cartype.html