邮件,有效时间默认30天

master
duhui 2021-01-14 17:06:02 +08:00
parent 70612fc0a9
commit b66136da06
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@
<div class="row cl">
<label class="form-label col-xs-4 col-sm-2">有效时间:</label>
<div class="formControls col-xs-8 col-sm-9" onclick="showInput()">
<input type="radio" name="effectTime" value="2592000"> <span>30天</span>
<input type="radio" name="effectTime" value="2592000" checked="true"> <span>30天</span>
<input type="radio" style="margin-left: 30px;" name="effectTime" value="0"> <span>永久</span>
<input type="radio" style="margin-left: 30px;" name="effectTime" value="TheCustom"> <span>自定义</span>
<input type="text" style="display: none;width: 360px;line-height: 32px; margin-top: 13px;border: 1px solid #c6c6c6;" id="effectTime_input" placeholder=" 单位0永久" value="" />