5a84ab9d by yangjianbin

init

1 parent e4d3c501
...@@ -97,8 +97,10 @@ class Work extends CI_Controller ...@@ -97,8 +97,10 @@ class Work extends CI_Controller
97 ) 97 )
98 )); 98 ));
99 $result = file_get_contents($url, false, $context); 99 $result = file_get_contents($url, false, $context);
100 $json = json_decode($result);
101 $ret = $json->data;
100 $data = array( 102 $data = array(
101 'detail'=>$result 103 'detail'=>$ret
102 ); 104 );
103 $this->load->view('work/订单详情', $data); 105 $this->load->view('work/订单详情', $data);
104 } 106 }
......
...@@ -43,7 +43,7 @@ ...@@ -43,7 +43,7 @@
43 </div> 43 </div>
44 <div class="form-group col-sm-3 col-md-2"> 44 <div class="form-group col-sm-3 col-md-2">
45 <label>身份证</label> 45 <label>身份证</label>
46 <input type="text" class="form-control input-text" value="333333333333333331"> 46 <input type="text" class="form-control input-text" value="<?=$detail->clientInfoOutputVO->idCard?>">
47 </div> 47 </div>
48 </div> 48 </div>
49 49
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!