76 lines
3.5 KiB
HTML
Executable File
76 lines
3.5 KiB
HTML
Executable File
{{include file="public/header" /}}
|
|
|
|
<!-- header top nav -->
|
|
{{include file="public/header_top_nav" /}}
|
|
|
|
<!-- search -->
|
|
{{include file="public/nav_search" /}}
|
|
|
|
<!-- header nav -->
|
|
{{include file="public/header_nav" /}}
|
|
|
|
<!-- goods category -->
|
|
{{include file="public/goods_category" /}}
|
|
|
|
<!-- content -->
|
|
<div class="am-container user-main">
|
|
|
|
<!-- user menu start -->
|
|
{{include file="public/user_menu" /}}
|
|
<!-- user menu end -->
|
|
|
|
<!-- content start -->
|
|
<div class="user-content">
|
|
<div class="user-content-body">
|
|
<!-- form start -->
|
|
<form class="am-form form-validation" action="{{:MyUrl('index/safety/verifycheck')}}" method="POST" request-type="ajax-url" request-value="{{:MyUrl('index/safety/newmobileinfo')}}">
|
|
<legend>
|
|
<span class="am-text-default">原手机号码校验</span>
|
|
<a href="{{:MyUrl('index/safety/index')}}" class="am-fr am-text-xs am-margin-top-sm am-icon-mail-reply"> 返回</a>
|
|
</legend>
|
|
<div class="am-form-group">
|
|
<label>手机号码</label>
|
|
<input type="text" class="am-radius" value="{{$user.mobile_security}}" disabled />
|
|
</div>
|
|
<label>验证码</label>
|
|
<div class="am-input-group am-input-group-sm am-form-group">
|
|
<input type="number" name="verify" class="am-radius" placeholder="验证码" minlength="4" maxlength="4" data-validation-message="验证码格式 4 位数字" required />
|
|
<span class="am-input-group-btn">
|
|
<button class="am-btn am-btn-default am-radius btn-loading-example verify-submit" type="button" data-am-loading="{spinner:'circle-o-notch', loadingText:'发送中...'}" data-url="{{:MyUrl('index/safety/verifysend')}}" data-verify="{{:MyC('common_img_verify_state')}}" data-text="获取验证码" data-send-text="还有 {time} 秒" data-time="{{:MyC('common_verify_interval_time', 30, true)}}">获取验证码</button>
|
|
</span>
|
|
</div>
|
|
<div class="am-form-group am-form-group-refreshing">
|
|
<input type="hidden" name="type" value="sms" />
|
|
<button type="submit" class="am-btn am-btn-primary am-radius btn-loading-example am-btn-sm am-btn-block" data-am-loading="{loadingText:'处理中...'}">确认</button>
|
|
</div>
|
|
</form>
|
|
<!-- form end -->
|
|
|
|
<!-- verify win start -->
|
|
<div class="am-modal am-modal-no-btn" tabindex="-1" id="verify-win">
|
|
<div class="am-modal-dialog am-radius">
|
|
<div class="am-modal-hd">
|
|
<a href="javascript:;" class="am-close am-close-spin" data-am-modal-close>×</a>
|
|
</div>
|
|
<div class="am-modal-bd">
|
|
<div class="base">
|
|
<input type="text" placeholder="图形验证码" maxlength="4" id="verify-img-value" data-validation-message="请输入有效的图形验证码" class="am-form-field am-radius" />
|
|
<div class="am-fl">
|
|
<img src="{{:MyUrl('index/safety/verifyentry')}}" class="am-radius c-p" id="verify-img" onClick="this.src=this.src+(({{$url_model}} == 0) ? '&' : '?')+Math.random();" />
|
|
<a href="javascript:;" class="verify-tips" onClick="document.getElementById('verify-img').src='{{:MyUrl('index/safety/verifyentry')}}{{if $url_model eq 0}}&{{else /}}?{{/if}}'+Math.random();">看不清换一张</a>
|
|
</div>
|
|
</div>
|
|
<button type="button" class="am-btn am-btn-secondary am-radius am-btn-sm block m-t-20 btn-loading-example verify-submit-win" data-am-loading="{spinner:'circle-o-notch', loadingText:'发送中...'}" data-win="1">确认</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<!-- verify win end -->
|
|
</div>
|
|
</div>
|
|
<!-- content end -->
|
|
</div>
|
|
|
|
<!-- footer start -->
|
|
{{include file="public/footer" /}}
|
|
<!-- footer end -->
|
|
<!-- footer end --> |