generated from root/miduo_server
邮件,有效时间默认30天
parent
70612fc0a9
commit
b66136da06
|
|
@ -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="" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue