GPU_Web/src/views/saleActive/oldBringsNew.vue
2025-12-30 15:09:25 +08:00

61 lines
3.4 KiB
Vue
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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>
<div>
<h2 style="text-align: center;height: 80px;border-bottom: 1px solid #ccc;">老带新裂变奖励新用户 50 算力券 + 老用户 3% 账户余额
</h2>
<div class="card">
<div class="title">适用对象</div>
<div class="content">
<div><span style="color: #000000;">老用户</span>已完成实名认证个人 / 企业 且账户状态正常的 🚀 Fast 亼算云平台注册用户</div>
<div><span style="color: #000000;">新用户</span>未注册过 Fast 亼算云平台账号未使用过相同手机号 📱 / 身份信息 🆔 / 设备 💻 注册的用户
</div>
</div>
</div>
<div class="card">
<div class="title">邀请操作步骤</div>
<div class="content">
1.老用户登录 Fast 亼算平台进入 邀请好友 专区 🎉生成专属邀请链接 / 邀请码每人仅限 1 个专属邀请标识不可转让🔗<br>
2.老用户通过合法渠道分享邀请链接 / 邀请码给潜在新用户 📤<br>
3.新用户通过该专属链接 / 邀请码完成账号注册并按本流程第一条要求完成全部认证个人用户实名认证 + 问卷 📝企业用户实名认证 + 企业认证 📇
4.新用户认证通过后即时发放 50 算力券 至其账户 🎁<br>
5.新用户完成首次算力点购买指注册后首次通过现金账户余额等合规方式支付购买算力点不包含兑换赠送的算力点💰且订单完成无退款取消情形 老用户即时获得该笔首次购买金额 3% 的账户余额奖励
🎊
</div>
</div>
<div class="card">
<div class="title">奖励规则</div>
<div class="content">
1.新用户奖励 🎁<br>
<li>50 算力券有效期自发放之日起 7 个自然日 逾期未使用自动失效不予补发 </li>
<li>新用户仅可通过 1 个老用户的邀请链接注册不可重复领取邀请奖励 🚫</li>
2.老用户奖励 💰<br>
<li>账户余额用途可用于 Fast 亼算平台内购买算力点 💻或按 Fast 亼算平台公示的提现规则申请提现提现需完成实名认证升级核验符合反洗钱要求🏦</li>
<li>提现要求提现时需提供与实名认证一致的收款账户信息 📋Fast 亼算平台将对提现申请进行合规审核审核时效7 个工作日 最低提现金额手续费等以平台公示为准 📜</li>
<li>邀请上限无邀请人数限制 🚀多邀多得奖励金额上不封顶 🎉</li>
<li>奖励核算首次购买金额以订单实际支付金额为准扣除优惠券算力券抵扣部分后💸</li>
</div>
</div>
</div>
</template>
<script lang="ts" setup>
</script>
<style scoped>
.title {
font-weight: bold;
font-size: 18px;
margin-bottom: 10px;
color: rgba(0, 41, 156, 1);
}
.card {
width: 100%;
padding: 20px 10px;
border-bottom: 1px solid #ccc;
}
.content {
font-size: 16px;
color: #333333;
line-height: 30px;
}
</style>