5a84ab9d by yangjianbin

init

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