| | |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="form-group"> |
| | | <label for="input2" class="changdu1 control-label">是否有banner</label> |
| | | <div class="col-sm-7"> |
| | | <div class="checkbox"> |
| | | <label> |
| | | <input type="checkbox" id="bigPicture" value="#"> |
| | | </label> |
| | | </div> |
| | | </div> |
| | | </div> |
| | | |
| | | <div class="form-group" id="moreTagContainer" style="display: none;"> |
| | | <label for="input2" class="changdu1 control-label">更多显示名称</label> |
| | | <div class="col-sm-7"> |
| | |
| | | 'columns': $("#column").val(), |
| | | 'number': $("#number").val(), |
| | | 'hasMore': $("#hasMore").is(":checked") ? true : false, |
| | | 'bigPicture': $("#bigPicture").is(":checked") ? true : false, |
| | | 'moreTag': $("#moreTag").val(), |
| | | 'refreshPosition': $("#refreshPosition").val(), |
| | | 'icon': $("#icon").val(), |