|
|
@ -83,7 +83,8 @@ class Confirm extends CI_Controller {
|
|
|
|
|
|
|
|
|
|
|
|
$occupation=$this->input->post('occupation');
|
|
|
|
$occupation=$this->input->post('occupation');
|
|
|
|
|
|
|
|
|
|
|
|
$contact_phone = '手机:' . $this->input->post('mobile');
|
|
|
|
$country_code = $this->input->post('country_code');
|
|
|
|
|
|
|
|
$contact_phone = $country_code . ' ' . $this->input->post('mobile');
|
|
|
|
$COLI_SN = $this->input->post('COLI_SN');
|
|
|
|
$COLI_SN = $this->input->post('COLI_SN');
|
|
|
|
$visitor_link = $this->input->post('visitor_link');
|
|
|
|
$visitor_link = $this->input->post('visitor_link');
|
|
|
|
$COLI_ID = $this->input->post('COLI_ID');
|
|
|
|
$COLI_ID = $this->input->post('COLI_ID');
|
|
|
|