注销账号等待接口

This commit is contained in:
2019-09-08 18:16:47 +08:00
parent 292d2f0a36
commit c851a2b173
2 changed files with 118 additions and 3 deletions

View File

@ -24,7 +24,36 @@
<div>三、请您更深入了解避免以后后悔莫及!</div>
</div>
<textarea class="shadown_wai" id="reason" name="reason" rows="" cols="" placeholder="请输入注销账号申请内容"></textarea>
<div class="renzhengphoto shadown_wai">
<label for="">手持身份证照片</label>
<input type="hidden" value='' class='handholdId inp' id="handholdId">
<div class='photos'>
<span></span>
<div class="photos_con">
<div class="regConfirm photo">
<img src="" class='ossfile' id='handholdIdPic' alt="">
<span class=""></span>
</div>
</div>
</div>
</div>
<div class="row shadown_wai">
<img src="../img/icon_phone1.png" />
<span class="s1">操作人:</span>
<input type="text" name="userName" id="userName" value="" placeholder="请输入操作人姓名" />
</div>
<div class="row shadown_wai">
<img src="../img/icon_phone1.png" />
<span class="s1">手机号:</span>
<input type="text" readonly="readonly" name="userPhone" id="userPhone" value="" placeholder="请输入手机号" />
</div>
<div class="row shadown_wai">
<img src="../img/icon_pwd1.png" />
<span class="s1">验证码:</span>
<input class="yzm" type="text" name="phoneCode" id="phoneCode" value="" maxlength="6" placeholder="请输入验证码" />
<input class="codeBtn" type="button" id="mobileCode" value="获取验证码"></input>
<input class="codeBtn" type="button" id="mobileCode1" value="获取验证码" style="display: none;"></input>
</div>
</div>
<div class="down clearfix">
<div class="btn shadown_wai" id="true">确定</div>
@ -41,9 +70,9 @@
parent.appendChild(element);
element.onload = function() {
var style = [JZL.getCssUrl('setting_recive.css'), JZL.getCssUrl('login.css'), JZL.getCssUrl('sha.css'), JZL.getCssUrl('setting.css'), JZL.getCssUrl("global.css"), JZL.getCssUrl("header.css")];
var style = [JZL.getCssUrl('login.css'), JZL.getCssUrl('sha.css'), JZL.getCssUrl('setting.css'), JZL.getCssUrl("global.css"), JZL.getCssUrl("header.css")];
JZL.css_init(style);
var script = [JZL.getJsUrl('setting_recive.js'), JZL.getJsUrl('common.js')];
var script = [JZL.getJsUrl('cancellation.js'), JZL.getJsUrl('common.js')];
JZL.js_init(script);
setTimeout(function() {
parent.style.visibility = "visible";