新增:代理系统指南
This commit is contained in:
@@ -452,17 +452,18 @@
|
||||
<p class="font-medium mb-1" style="color: #92400e;">提现条件:</p>
|
||||
<ul class="space-y-0.5" style="color: #78350f;">
|
||||
<li>1. 必须完成实名认证(三要素核验)</li>
|
||||
<li>2. 账户余额大于0</li>
|
||||
<li>2. 单笔提现金额需达到 50 元及以上</li>
|
||||
<li>3. 风险保障金需满足平台要求</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="rounded p-2.5 border-l-2" style="background-color: #eff6ff; border-color: #60a5fa;">
|
||||
<p class="font-medium mb-1" style="color: #1e40af;">注意事项:</p>
|
||||
<ul class="space-y-0.5" style="color: #1e3a8a;">
|
||||
<li>• 提现需要绑定银行卡</li>
|
||||
<li>• 提现到账账户的实名信息必须与实名认证信息完全一致(同一身份证/同一持卡人),否则可能提现失败或原路退回</li>
|
||||
<li>• 实名认证时请务必确认使用的证件信息与后续用于收款的账户为同一人</li>
|
||||
<li>• 平台会根据国家税收法律法规代扣代缴个人所得税</li>
|
||||
<li>• 提现申请提交后,平台会在规定时间内处理</li>
|
||||
<li>• 可在"提现记录"中查看提现状态</li>
|
||||
<li>• 可在\"提现记录\"中查看提现状态</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -251,10 +251,10 @@ const toBigData = () => {
|
||||
</div>
|
||||
|
||||
<!-- 代理系统指南入口 -->
|
||||
<div class="mt-4 box-border h-14 w-full flex items-center rounded-lg shadow-lg bg-gradient-to-r from-purple-50 to-pink-50 text-gray-700 px-4 border border-purple-200"
|
||||
<div class="mt-4 box-border h-14 w-full flex items-center rounded-lg shadow-lg text-gray-700 px-4 "
|
||||
@click="toAgentSystemGuide">
|
||||
<div class="mr-4 h-full flex items-center justify-center">
|
||||
<van-icon name="description" class="text-2xl" style="color: #8b5cf6;" />
|
||||
<van-icon name="description" size="24" style="color: #8b5cf6;" />
|
||||
</div>
|
||||
<div class="flex-1">
|
||||
<div class="text-gray-800 font-semibold">代理系统全面指南</div>
|
||||
|
||||
Reference in New Issue
Block a user