## 客戶端選擇車型
```
$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));
});