Commit 3acc249e authored by zhangtao's avatar zhangtao

发票地址修改

parent e65c6c55
...@@ -45,7 +45,7 @@ class User extends MY_Controller ...@@ -45,7 +45,7 @@ class User extends MY_Controller
); );
private $address = array( private $address = array(
'nj' => '南京市建邺区云龙山路99号江苏省建大厦B幢6楼信息中心;(地铁10号线中胜站下2A出口,向东300米)', 'nj' => '南京市雨花台区花神大道90号中兴物联研发大楼3号楼4楼房源审核部。(地铁1号线软件大道站2号出口,步行363米)',
'wh' => '芜湖市镜湖区绿地新都会C座7层 365淘房二手房运营部', 'wh' => '芜湖市镜湖区绿地新都会C座7层 365淘房二手房运营部',
); );
...@@ -2260,7 +2260,7 @@ class User extends MY_Controller ...@@ -2260,7 +2260,7 @@ class User extends MY_Controller
$data['orderData'] = $orderData; $data['orderData'] = $orderData;
$data['title'] = '发票在线填写'; $data['title'] = '发票在线填写';
$this->load->model("tel_model"); $this->load->model("tel_model");
$data['telno_config'] = $this->tel_model->getTelInfoByType(tel_model::TYPE3); $data['telno_config'] = $this->tel_model->getTelInfoByType(tel_model::TYPE2);
$data['address_config'] = isset($this->address[GB_CITY]) ? $this->address[GB_CITY] : ''; $data['address_config'] = isset($this->address[GB_CITY]) ? $this->address[GB_CITY] : '';
$this->load->view('order_invoice',$data); $this->load->view('order_invoice',$data);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment