...
|
...
|
@@ -8,7 +8,7 @@ |
|
|
{{/each}}
|
|
|
</ul>
|
|
|
<div class="form-nav">
|
|
|
<input type="hidden" value="{{verifyType}}" id="verifyType"/>
|
|
|
<input type="hidden" value="{{# verifyType}}{{verifyType}}{{/ verifyType}}" id="verifyType"/>
|
|
|
{{#if returnInfo}}
|
|
|
{{# complete}}
|
|
|
<div class="result-info">
|
...
|
...
|
@@ -23,10 +23,10 @@ |
|
|
</div>
|
|
|
{{/ sendEmail}}
|
|
|
{{^}}
|
|
|
{{# formInfo}}
|
|
|
{{# formInfo}}
|
|
|
<form id="pwdform" method="post">
|
|
|
<ul class="check-user">
|
|
|
{{#each formData}}
|
|
|
{{#each formData}}
|
|
|
<li>
|
|
|
<div class="safe-form-l">{{inputTxt}}:</div>
|
|
|
<div class="safe-form-r">
|
...
|
...
|
@@ -47,7 +47,7 @@ |
|
|
<input name="code" id="inputcode" class="input-code" type="text" value="">
|
|
|
<a href="javascript:void(0);" class="button-icon button-sliver" id="send-mobile-code"><span><i id="sendButton">发送验证码</i></span></a>
|
|
|
<div class="check-info"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
{{^}}
|
|
|
<div class="safe-form-l">验证码:</div>
|
|
|
<div class="safe-form-r">
|
...
|
...
|
@@ -73,7 +73,7 @@ |
|
|
</i>
|
|
|
</span>
|
|
|
</a>
|
|
|
<input type="reset" style="display:none;" />
|
|
|
<input type="reset" style="display:none;" />
|
|
|
</div>
|
|
|
</li>
|
|
|
</ul>
|
...
|
...
|
@@ -86,4 +86,4 @@ |
|
|
<p class="p1">为什么要进行身份验证?</p>
|
|
|
<p>1. 为保障您的账户信息安全,在变更账户中的重要信息时需要进行身份验证,感谢您的理解和支持。</p>
|
|
|
<p>2. 验证身份遇到问题?请拨打客服电话<span class="blue2">400-889-9646</span>,客服将尽快联系您。</p>
|
|
|
</div> |
|
|
\ No newline at end of file |
|
|
</div> |
...
|
...
|
|