49d62003 by yangjianbin

init

1 parent 089fc20f
......@@ -99,7 +99,7 @@ class Work extends CI_Controller
$result = file_get_contents($url, false, $context);
$json = json_decode($result);
$ret = $json->data;
var_dump($ret);exit;
// var_dump($ret);exit;
$data = array(
'detail'=>$ret
);
......
......@@ -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="<?=$detail->clientInfoOutputVO->idCard?>">
<input type="text" class="form-control input-text" value="<?=$detail->clientInfoOutputVO ? $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!