Merge branch 'master' of github.com:hainatravel/information-system into master

master
candice 1 year ago
commit 5b3969f55e

@ -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