Commit ada64ab4 by Huang Linyu

验证码类型重新编辑

parent 7a61e9af
......@@ -12,7 +12,7 @@
<form class="form-inline search-box widthShow" action="" method="get" autocomplete="off" >
<@com.textInput "dto.phoneOrEmail" "style=\"margin-left: 5px;\"" "手机号"/>
<button type="submit" class="btn btn-primary">查询</button>
<div style="font-color:red">注意: 请勿随意使用客户的验证码!</div>
<div style="color:#F00">注意: 内部人员需要使用验证码, 请务必征得客户的同意!</div>
</form>
<table class="table table-bordered table-striped widthShow">
<thead>
......@@ -39,7 +39,23 @@
${item.verifyTime?string("yyyy-MM-dd HH:mm:ss")}
</td>
<td>${item.verifyTimes!}</td>
<td>${item.codeType!}</td>
<td>
<#if item.codeType == 1>
注册验证
</#if>
<#if item.codeType == 2>
取回密码
</#if>
<#if item.codeType == 3>
动态登陆
</#if>
<#if item.codeType == 4>
普通验证
</#if>
<#if item.codeType == 5>
优惠劵码
</#if>
</td>
</tr>
</#list>
</tbody>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment