d2ba4956 by yangjianbin

init

1 parent bf1cf764
......@@ -16,7 +16,10 @@ class User extends CI_Controller {
$res = json_decode(file_get_contents($this->config->item('apiBaseUrl') . 'client/client/' . $id));
$data = $res->data;
$arr = array(
'data'=>$data
'clientInfoOutputVO'=>$data->clientInfoOutputVO,
'clientUnitOutputVO'=>$data->clientUnitOutputVO,
'clientContactOutputVOS'=>$data->clientContactOutputVOS,
'applyOrderVO'=>applyOrderVO
);
switch ($state) {
case '1':
......
......@@ -4,7 +4,7 @@
<div class="row cl">
<div class="form-group col-sm-3 col-md-2">
<label>姓名</label>
<input type="text" class="form-control input-text" value="张三">
<input type="text" class="form-control input-text" value="<?=$clientInfoOutputVO->userName?>">
</div>
<div class="form-group col-sm-3 col-md-2">
<label>性别</label>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!