init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -328,7 +328,7 @@ | ... | @@ -328,7 +328,7 @@ |
| 328 | </div> | 328 | </div> |
| 329 | <div class="form-group col-sm-3 col-md-2"> | 329 | <div class="form-group col-sm-3 col-md-2"> |
| 330 | <label>手机号</label> | 330 | <label>手机号</label> |
| 331 | <input type="text" name="contactPhone" class="form-control input-text" value="<?=$v->contactPhone?>"> | 331 | <input type="text" name="contactPhone" class="form-control input-text" value="<?=$v ? $v->contactPhone : ''?>"> |
| 332 | </div> | 332 | </div> |
| 333 | </div> | 333 | </div> |
| 334 | <?php endforeach;?> | 334 | <?php endforeach;?> | ... | ... |
-
Please register or sign in to post a comment