Files
bdrp-app/src/components/AccountCancelAgreement.vue
2026-04-20 16:42:28 +08:00

47 lines
2.9 KiB
Vue
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.

<template>
<view class="box-border p-4 text-sm text-gray-800 leading-relaxed">
<view class="mb-4 text-center text-lg text-gray-900 font-semibold">
帐号注销协议
</view>
<text class="mb-3 block text-justify">
您在申请注销流程中点击同意前应当认真阅读帐号注销协议以下简称本协议特别提醒您当您成功提交注销申请后即表示您已充分阅读理解并接受本协议的全部内容阅读本协议的过程中如果您不同意相关任何条款请您立即停止帐号注销程序如您对本协议有任何疑问可联系我们的客服
</text>
<text class="mb-3 block text-justify">
1. 如果您仍欲继续注销帐号您的帐号需同时满足以下条件
</text>
<text class="mb-2 ml-2 block text-justify">
1帐号不在处罚状态中且能正常登录
</text>
<text class="mb-3 ml-2 block text-justify">
2帐号最近一个月内并无修改密码修改关联手机绑定手机记录
</text>
<text class="mb-3 block text-justify">
2. 您应确保您有权决定该帐号的注销事宜不侵犯任何第三方的合法权益如因此引发任何争议由您自行承担
</text>
<text class="mb-3 block text-justify">
3. 您理解并同意账号注销后我们无法协助您重新恢复前述服务请您在申请注销前自行备份您欲保留的本帐号信息和数据
</text>
<text class="mb-3 block text-justify">
4. 帐号注销后已绑定的手机号认证信息将会消失且无法注册
</text>
<text class="mb-3 block text-justify">
5. 注销帐号后您将无法再使用本帐号也将无法找回您帐号中及与帐号相关的任何内容或信息包括但不限于
</text>
<text class="mb-2 ml-2 block text-justify">
1您将无法继续使用该帐号进行登录
</text>
<text class="mb-2 ml-2 block text-justify">
2您帐号的个人资料和历史信息包含昵称头像消费记录查询报告等都将无法找回
</text>
<text class="mb-3 ml-2 block text-justify">
3您理解并同意注销帐号后您曾获得的充值余额贝壳币及其他虚拟财产等将视为您自愿主动放弃无法继续使用由此引起一切纠纷由您自行处理我们不承担任何责任
</text>
<text class="mb-3 block text-justify">
6. 在帐号注销期间如果您的帐号被他人投诉被国家机关调查或者正处于诉讼仲裁程序中我们有权自行终止您的帐号注销程序而无需另行得到您的同意
</text>
<text class="mb-3 block text-justify">
7. 请注意注销您的帐号并不代表本帐号注销前的帐号行为和相关责任得到豁免或减轻
</text>
</view>
</template>