init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -196,7 +196,7 @@ | ... | @@ -196,7 +196,7 @@ |
| 196 | <div class="row cl"> | 196 | <div class="row cl"> |
| 197 | <div class="form-group col-sm-6 col-md-4"> | 197 | <div class="form-group col-sm-6 col-md-4"> |
| 198 | <label>户口详细地址</label> | 198 | <label>户口详细地址</label> |
| 199 | <input type="text" class="form-control input-text" id="address" | 199 | <input type="text" class="form-control input-text" id="address" name="clientInfoInputVO.registerDetailAddress" |
| 200 | value="<?= $clientInfoOutputVO ? $clientInfoOutputVO->registerDetailAddress : '' ?>"> | 200 | value="<?= $clientInfoOutputVO ? $clientInfoOutputVO->registerDetailAddress : '' ?>"> |
| 201 | </div> | 201 | </div> |
| 202 | </div> | 202 | </div> | ... | ... |
-
Please register or sign in to post a comment