5224ed8e by yangjianbin

init

1 parent 2d77a62c
...@@ -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;?>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!