去除input校验

This commit is contained in:
liaozetao
2024-01-29 17:59:15 +08:00
parent 30dd4c06cb
commit 85727fef17

View File

@@ -292,7 +292,7 @@
<div class="form-group"> <div class="form-group">
<label for="bannerSkipUrl" class="col-sm-3 control-label">礼物介绍banner跳转</label> <label for="bannerSkipUrl" class="col-sm-3 control-label">礼物介绍banner跳转</label>
<div class="col-sm-8"> <div class="col-sm-8">
<input type="text" class="form-control validate[required]" name="bannerSkipUrl" id="bannerSkipUrl"> <input type="text" class="form-control" name="bannerSkipUrl" id="bannerSkipUrl">
</div> </div>
</div> </div>
</div> </div>