| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- <template>
- <view class="policy-container">
- <view class="policy-content">
- <text class="policy-title">隐私政策</text>
- <text class="policy-update">更新日期:2026年6月</text>
- <view class="policy-section">
- <text class="section-title">一、引言</text>
- <text class="section-text">
- 亿图腾(北京)科技有限公司(以下简称"我们")深知个人信息对您的重要性,我们将按照法律法规的要求,尽全力保护您的个人信息安全。本隐私政策旨在向您说明我们在您使用浠艾福(Care Family)平台时如何收集、使用、存储和保护您的个人信息。
- </text>
- <text class="section-text">
- 请您在使用本平台前仔细阅读本隐私政策。如您不同意本政策的任何内容,请立即停止使用本平台服务。
- </text>
- </view>
- <view class="policy-section">
- <text class="section-title">二、我们收集的信息</text>
- <text class="section-text">在您使用本平台过程中,我们可能会收集以下信息:</text>
- <text class="section-text">2.1 微信授权信息:微信昵称、微信头像、微信OpenID,用于登录和身份识别。</text>
- <text class="section-text">2.2 用户资料:您填写的昵称、头像、手机号码、家庭成员信息等。</text>
- <text class="section-text">2.3 使用记录:打卡记录、任务完成记录、测评结果、活动参与记录等。</text>
- <text class="section-text">2.4 设备信息:设备型号、操作系统版本、网络状态等,用于提供更好的服务体验。</text>
- <text class="section-text">2.5 位置信息:如您使用与位置相关的功能,我们可能会获取您的位置信息。</text>
- </view>
- <view class="policy-section">
- <text class="section-title">三、信息的使用</text>
- <text class="section-text">我们收集的信息将用于以下目的:</text>
- <text class="section-text">3.1 提供、维护和改进本平台的服务。</text>
- <text class="section-text">3.2 个性化推荐和内容展示。</text>
- <text class="section-text">3.3 与您沟通,发送服务通知、活动信息等。</text>
- <text class="section-text">3.4 数据分析和研究,用于优化产品和服务。</text>
- <text class="section-text">3.5 履行法定义务和保障平台安全。</text>
- </view>
- <view class="policy-section">
- <text class="section-title">四、信息的共享与披露</text>
- <text class="section-text">4.1 我们不会将您的个人信息出售给第三方。</text>
- <text class="section-text">
- 4.2 在以下情况下,我们可能会共享您的信息:获得您的明确同意;为提供服务需要与合作伙伴共享(如支付服务商);法律法规要求;保护我们或他人的合法权益。
- </text>
- <text class="section-text">4.3 成长规划师在为您提供服务时,可查看您授权范围内的家庭信息和测评结果。</text>
- </view>
- <view class="policy-section">
- <text class="section-title">五、信息安全</text>
- <text class="section-text">
- 我们采用SSL/TLS加密传输、数据脱敏、访问权限控制、安全审计等业界通行的安全措施保护您的个人信息。但请注意,没有任何安全措施是100%完美的,我们将持续改进安全能力。
- </text>
- </view>
- <view class="policy-section">
- <text class="section-title">六、信息存储期限</text>
- <text class="section-text">
- 我们仅在实现本政策所述目的所必需的最短期限内保留您的个人信息,除非法律法规另有要求。超出保留期限后,我们将删除或匿名化处理您的信息。
- </text>
- </view>
- <view class="policy-section">
- <text class="section-title">七、您的权利</text>
- <text class="section-text">您对您的个人信息享有以下权利:</text>
- <text class="section-text">7.1 查询、更正您的个人信息。</text>
- <text class="section-text">7.2 删除您的个人信息(在不妨碍我们履行法定义务的前提下)。</text>
- <text class="section-text">7.3 撤回授权同意,但撤回不影响此前基于同意进行的处理。</text>
- <text class="section-text">7.4 注销账号,注销后我们将删除或匿名化处理您的信息。</text>
- </view>
- <view class="policy-section">
- <text class="section-title">八、未成年人保护</text>
- <text class="section-text">
- 我们非常重视未成年人个人信息保护。若您为未成年人,请在法定监护人陪同下阅读本政策,并确保在监护人同意后使用本平台服务。监护人应对未成年人的账号使用行为进行监督和管理。
- </text>
- </view>
- <view class="policy-section">
- <text class="section-title">九、政策变更</text>
- <text class="section-text">
- 我们可能适时修订本隐私政策。变更后的政策将在平台公示,重大变更我们会通过弹窗或推送等方式通知您。
- </text>
- </view>
- <view class="policy-section">
- <text class="section-title">十、联系方式</text>
- <text class="section-text">
- 如您对本隐私政策有任何疑问、意见或投诉,请联系我们:service@etotem.com.cn
- </text>
- </view>
- </view>
- </view>
- </template>
- <script>
- export default {
- data() { return {} }
- }
- </script>
- <style scoped>
- .policy-container {
- padding: 30rpx;
- background: #fff;
- min-height: 100vh;
- }
- .policy-content {
- line-height: 1.8;
- }
- .policy-title {
- font-size: 40rpx;
- font-weight: bold;
- color: #333;
- display: block;
- text-align: center;
- margin-bottom: 12rpx;
- }
- .policy-update {
- font-size: 24rpx;
- color: #999;
- display: block;
- text-align: center;
- margin-bottom: 40rpx;
- }
- .policy-section {
- margin-bottom: 30rpx;
- }
- .section-title {
- font-size: 30rpx;
- font-weight: bold;
- color: #333;
- display: block;
- margin-bottom: 12rpx;
- }
- .section-text {
- font-size: 26rpx;
- color: #666;
- display: block;
- margin-bottom: 8rpx;
- text-indent: 2em;
- }
- </style>
|