作者 anyv
1 个管道 的构建 通过 耗费 0 秒

图片

... ... @@ -45,7 +45,7 @@
</div>
<input id="photo-1" type="hidden" name="photo_url" >
<img id="photo-1-preview" >
<img id="photo-1-preview" style="width: 50px;height: 50px;">
<a href="javascript:uploadOneImage('图片上传','#photo-1');">上传</a>
<div class="input-group" style="margin-top: 5px;">
... ... @@ -80,7 +80,7 @@
<input type="text" name="etitle" class="form-control" placeholder="">
</div>
<input id="photo-2" type="hidden" name="photo_url2" >
<img id="photo-2-preview" >
<img id="photo-2-preview" style="width: 50px;height: 50px;">
<a href="javascript:uploadOneImage('图片上传','#photo-2');">上传</a>
<div class="input-group" style="margin-top: 5px;">
单选<input type="radio" name="eradios" value="1" id="danxuan">
... ...