5224ed8e by yangjianbin

init

1 parent 2d77a62c
......@@ -328,7 +328,7 @@
</div>
<div class="form-group col-sm-3 col-md-2">
<label>手机号</label>
<input type="text" name="contactPhone" class="form-control input-text" value="<?=$v->contactPhone?>">
<input type="text" name="contactPhone" class="form-control input-text" value="<?=$v ? $v->contactPhone : ''?>">
</div>
</div>
<?php endforeach;?>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!