edit-api-licheb-data2
This commit is contained in:
@@ -82,7 +82,7 @@ class Customers extends Wxapp{
|
||||
$data['baseinfo'] = [
|
||||
'name' => ['value'=>$row['name'],'cn'=>'客户姓名'],
|
||||
'mobile' => ['value'=>mobile_asterisk($row['mobile']),'cn'=>'客户电话'],
|
||||
'brand_id' => ['value'=>$row['s_id'],'cn'=>'车辆品牌'],
|
||||
'brand_id' => ['value'=>$row['brand_id'],'cn'=>'车辆品牌'],
|
||||
'car_id' => ['value'=>$row['s_id'],'cn'=>'车辆车系'],
|
||||
'v_id' => ['value'=>$row['v_id'],'cn'=>'车型级别'],
|
||||
'color_id' => ['value'=>$car_json['c_id'],'cn'=>'车型颜色'],
|
||||
|
||||
Reference in New Issue
Block a user