## 客户端选择车型
```
$common.plugin_select_car({name:'xuanzechexing1',title:'选择车型'},function(ret){
// alert(JSON.stringify(ret));
});
```
## 司机端选择司机车辆信息
$common.plugin_select_car_2({name:'xuanzechexing2',title:'选择车辆'},function(ret){
// alert(JSON.stringify(ret));
});