Files
mew-h5/view/mew/modules/rule/loginout.html
2023-12-27 17:26:47 +08:00

46 lines
1.7 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="style/_common.css" />
<title>注销账号 </title>
</head>
<body>
<h1 class="title">
申请注销账号
<!-- <a href="guide.html">
<img src="images/close.png"/>
</a> -->
</h1>
<ol class="desc">
<li>
你提交的注销申请生效前,官方将进行以下验证以保证你的账号、财产安全:
<p>1、在最近一个月内你的设备没有频繁申请、注销账号操作</p>
<p>2、在最近一个月内你没有进行过更改密码、更改手机绑定等敏感操作</p>
<p>3、在最近一个月内你没有频繁更换设备进行登录等敏感操作</p>
<p>4、在最近一个月内你的账号没有被盗、被封等风险</p>
<p>5、你的账号上没有金币及钻石问题待结算。</p>
<br>
<br>
<p>如确认需要申请注销账号,请联系在线客服进行操作。</p>
<p>请联系在线客服进行操作或<a href="../logout/index.html" style="color: deepskyblue;text-decoration: underline;">自行注销</a></p>
</li>
</ol>
<script src="../../common/js/jquery-3.2.1.min.js"></script>
<script src="../../common/js/common.js"></script>
<script>
var locateObj = getQueryString();
var appname = $('.appname');
if(locateObj.platform == "planet"){
appname.html("hello处CP");
}else{
appname.html("音萌");
}
</script>
</body>
</html>