合并区号和手机号保存

master
Jimmy Liow 1 year ago
parent 5aac2e3387
commit 8d282612a8

@ -83,7 +83,8 @@ class Confirm extends CI_Controller {
$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');
$visitor_link = $this->input->post('visitor_link');
$COLI_ID = $this->input->post('COLI_ID');

Loading…
Cancel
Save