From c96def406e49c7ed6550d3eba7e8d5e861add051 Mon Sep 17 00:00:00 2001
From: liangzai <2440983361@qq.com>
Date: Tue, 16 Dec 2025 19:29:49 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=EF=BC=9A=E4=BB=A3=E7=90=86?=
=?UTF-8?q?=E7=B3=BB=E7=BB=9F=E6=8C=87=E5=8D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/router/index.js | 7 +
src/views/AgentSystemGuide.vue | 530 +++++++++++++++++++++++++++++++++
src/views/index.vue | 16 +
3 files changed, 553 insertions(+)
create mode 100644 src/views/AgentSystemGuide.vue
diff --git a/src/router/index.js b/src/router/index.js
index 904e8d4..84f455c 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -89,6 +89,13 @@ const router = createRouter({
component: () => import("@/views/HelpGuide.vue"),
meta: { title: "引导指南" },
},
+ {
+ path: "/agent/system-guide",
+ name: "agentSystemGuide",
+ component: () =>
+ import("@/views/AgentSystemGuide.vue"),
+ meta: { title: "代理系统指南" },
+ },
{
path: "/withdraw",
name: "withdraw",
diff --git a/src/views/AgentSystemGuide.vue b/src/views/AgentSystemGuide.vue
new file mode 100644
index 0000000..b7a4989
--- /dev/null
+++ b/src/views/AgentSystemGuide.vue
@@ -0,0 +1,530 @@
+
+ 了解代理政策、等级特权与收益计算
+ 全能查代理系统采用三级代理体系,为合作伙伴提供多层级、多收益的推广模式。
+ 通过推广平台产品和服务,代理可获得推广佣金、下级返佣、升级返佣等多种收益。
+
+ 系统分为普通代理、黄金代理、钻石代理三个等级,
+ 不同等级享有不同的权限和收益比例。
+
+ 详细政策请查看《代理管理协议》
+ 基础代理特权 高级代理特权 尊享代理特权
+ 当您推广的产品被用户购买并支付成功后,您将获得推广佣金。
+
+ 当您的下级代理推广产品产生订单时,您将获得一定比例的返佣。
+
+ 当您的下级代理付费升级为更高等级时,您将获得升级返佣。
+ 您可以在"我的"页面查看详细的收益统计:
+ 生成推广链接,分享给用户购买查询服务,获得推广佣金
+
+ 通过邀请码邀请他人成为您的下级代理,获得下级推广返佣
+
+ 查看团队统计、转化率数据,了解团队发展情况
+
+ 付费升级为更高等级,享受更高佣金和返佣比例
+
+ 生成、查看和管理邀请码,用于邀请下级代理
+
+ 完成实名认证后,才能申请提现收益
+
+ 将收益提现到银行卡,需要完成实名认证
+
+ 钻石代理专属:可将普通下级升级为黄金代理
+ 提现条件: 注意事项:代理系统指南
+ 代理政策概述
+ 代理等级体系
+ 普通代理
+ 黄金代理
+ 钻石代理
+ 收益计算方式
+ 推广佣金
+ 下级推广返佣
+
+
+ 下级升级返佣
+
+
+ 收益统计
+
+
+ 功能玩法
+ 推广查询
+ 邀请下级
+ 团队管理
+ 升级代理
+ 邀请码管理
+ 实名认证
+ 提现功能
+ 调整级别
+ 操作指南
+ 如何推广报告
+ 如何邀请下级代理
+ 提现说明
+
+
+
+
+
+
@@ -236,6 +251,7 @@ const toBigData = () => {
.clip-right {
clip-path: polygon(0 0, 0 0, 90% 100%, 0 0);
}
+
.notice-swipe {
height: 28px;
line-height: 28px;