d5c26cb2 by yangjianbin

init

1 parent 06180dc5
......@@ -64,6 +64,10 @@
<label>居住情况</label>
<div class="info">
<div class="live-info">
<input type="checkbox" name="">
<span><?=$clientInfoOutputVO->dwellDetail?></span>
</div>
<!--<div class="live-info">
<input type="checkbox" name="" checked>
<span>自建</span>
<input type="text" class="input-decoration w-50 text-c" value="5"> 层
......@@ -89,7 +93,7 @@
<div class="live-info">
<input type="checkbox" name="">
<span>单位住房</span>
</div>
</div>-->
</div>
</div>
</div>
......@@ -97,13 +101,13 @@
<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="13333333333">
<input type="text" class="form-control input-text" value="<?=$clientInfoOutputVO->phoneNumber?>">
</div>
<div class="form-group col-sm-3 col-md-2">
<label>户口所在地</label>
<span class="form-control select-box">
<select class="select" size="1">
<option value="1">浙江</option>
<option><?=$clientInfoOutputVO->registerProvince?></option>
</select>
</span>
</div>
......@@ -112,14 +116,14 @@
<div class="row cl">
<div class="form-group col-sm-6 col-md-4">
<label>户口详细地址</label>
<input type="text" class="form-control input-text" value="">
<input type="text" class="form-control input-text" value="<?=$clientInfoOutputVO->registerDetailAddress?>">
</div>
</div>
<div class="row cl">
<div class="form-group col-sm-6 col-md-4">
<label>现居住地址</label>
<input type="text" class="form-control input-text" value="">
<input type="text" class="form-control input-text" value="<?=$clientInfoOutputVO->currentAddress?>">
</div>
</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!