Files
peko-h5/view/peko/modules/logout/confirm.html
2023-08-07 16:04:25 +08:00

48 lines
2.0 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8" />
<meta name="viewport"
content="width=device-width,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" type="text/css" href="../../common/css/reset.css" />
<link rel="stylesheet" href="./css/confirm.css" />
<script src="../../common/js/flexible.js"></script>
<title>账号注销</title>
</head>
<body>
<div class="wrap">
<div class="icon"><img src="./images/confirm-icon.png" alt=""></div>
<div class="title">确认账号注销</div>
<div class="tip">
账号注销后,你将无法使用本软件提供的各项服务, 你所获得的道具,积分,资格等等内容等视为你自行放弃,同样将无法继续使用。你理解并同意,本软件无法协助你重新回复前述服务。
</div>
<div class="tip1">
请再次确认以上信息,确认后,在下方输入框中输入“我已知曉並确認賬號注銷”点击确认注销后完成注销操作
</div>
<input type="text" placeholder="请输入:我已知曉並确認賬號注銷" class="ipt">
<div class="confirm_btn">确认注销</div>
</div>
<div class="popup">
<div class="content">
<div class="popup_title">确认账号信息</div>
<div class="nick">昵称:<span></span></div>
<div class="erbanNo">piko号<span></span></div>
<div class="popup_tip">确认注销该账号</div>
<div class="popup_btn_wrap">
<div class="cancel">取消</div>
<div class="confirm_final">确认</div>
</div>
</div>
</div>
<script src="../../common/js/jquery-3.2.1.min.js"></script>
<script src="../../common/js/common2.js"></script>
<script src="../../common/js/vconsole.min.js"></script>
<script src="../../common/js/layer.js"></script>
<script src="./js/confirm.js?v=1.1"></script>
</body>
</html>