Compare commits
17 Commits
25abd81d9f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| fc778e9de6 | |||
| 0ae33997ee | |||
| 1c7f35b40f | |||
| a2009c8cea | |||
| 2ff740fb07 | |||
| b5f66017cf | |||
| 099855e121 | |||
| 8128e2ffb2 | |||
| 815678a1de | |||
| 238a652afc | |||
| d2cdd42846 | |||
| 0a72306d6a | |||
| 128563bfeb | |||
| 1cd535d517 | |||
| 5f4ea47300 | |||
| f14e190a79 | |||
| 61025522aa |
@@ -11,7 +11,29 @@
|
|||||||
"usedAt": 1775709039214,
|
"usedAt": 1775709039214,
|
||||||
"industryId": "all"
|
"industryId": "all"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"2d8018ea3c7f4b92a608c23c2ee6211a": [
|
||||||
|
{
|
||||||
|
"expertId": "SeniorDeveloper",
|
||||||
|
"name": "Will",
|
||||||
|
"profession": "高级开发工程师",
|
||||||
|
"avatarUrl": "https://acc-1258344699.cos.accelerate.myqcloud.com/workbuddy/experts/avatars/02-Engineering/SeniorDeveloper/SeniorDeveloper.png",
|
||||||
|
"promptUrl": "https://acc-1258344699.cos.accelerate.myqcloud.com/workbuddy/experts/experts/02-Engineering/SeniorDeveloper/SeniorDeveloper_zh.md",
|
||||||
|
"usedAt": 1776102350082,
|
||||||
|
"industryId": "all"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"06a306d869f24d2eb36c381b2a67c63e": [
|
||||||
|
{
|
||||||
|
"expertId": "SeniorDeveloper",
|
||||||
|
"name": "吴八哥",
|
||||||
|
"profession": "高级开发工程师",
|
||||||
|
"avatarUrl": "https://acc-1258344699.cos.accelerate.myqcloud.com/workbuddy/experts/avatars/02-Engineering/SeniorDeveloper/SeniorDeveloper.png",
|
||||||
|
"promptUrl": "https://acc-1258344699.cos.accelerate.myqcloud.com/workbuddy/experts/experts/02-Engineering/SeniorDeveloper/SeniorDeveloper_zh.md",
|
||||||
|
"usedAt": 1776328275045,
|
||||||
|
"industryId": "all"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"lastUpdated": 1775711001059
|
"lastUpdated": 1776332994640
|
||||||
}
|
}
|
||||||
@@ -21,3 +21,14 @@
|
|||||||
- `Fire` 图标在 @nutui/icons-react-taro 中不存在,改用 `StarFill`
|
- `Fire` 图标在 @nutui/icons-react-taro 中不存在,改用 `StarFill`
|
||||||
- Banner 组件保留动态数据加载能力,圆角样式通过外层 CSS 控制
|
- Banner 组件保留动态数据加载能力,圆角样式通过外层 CSS 控制
|
||||||
- Menu 组件已在原代码中 hidden,本次未改动
|
- Menu 组件已在原代码中 hidden,本次未改动
|
||||||
|
|
||||||
|
## Grid.tsx 硬编码改造 (13:48)
|
||||||
|
- 将首页4个功能按钮从后端接口请求改为硬编码
|
||||||
|
- 菜单项:推荐客户、客户列表、邀请好友、个人中心
|
||||||
|
- 图片使用OSS直链,避免接口延迟
|
||||||
|
- 对应页面路径保持不变
|
||||||
|
|
||||||
|
## 客户列表显示接待人员 (13:57)
|
||||||
|
- 在客户卡片中增加接待人员信息显示
|
||||||
|
- 字段来源:receptionistName(来自 ShopDealerApply model)
|
||||||
|
- 仅当接待人员存在时显示
|
||||||
|
|||||||
84
.workbuddy/memory/2026-04-14.md
Normal file
84
.workbuddy/memory/2026-04-14.md
Normal file
@@ -0,0 +1,84 @@
|
|||||||
|
# 2026-04-14 日志
|
||||||
|
|
||||||
|
## 项目:客资管理系统(Customer Lead Management System)
|
||||||
|
|
||||||
|
### 需求背景
|
||||||
|
用户委托开发一个客资管理系统,具备以下功能:
|
||||||
|
1. **客资派单** - 管理员直接派单给业务员
|
||||||
|
2. **全民推荐** - 任何人可推荐客户赚取推荐费
|
||||||
|
3. **推荐人报备** - 注册用户可报备客户
|
||||||
|
4. **实时跟进** - 实时查看跟进情况和成交状态
|
||||||
|
5. **多管理员** - 支持多管理员设置
|
||||||
|
6. **数据统计导出** - 统计报表功能
|
||||||
|
|
||||||
|
### 涉及项目
|
||||||
|
- Java后端: `/Users/gxwebsoft/JAVA/mp-java`
|
||||||
|
- Vue后台管理: `/Users/gxwebsoft/VUE/mp-vue`
|
||||||
|
- 小程序端: `/Users/gxwebsoft/VUE/template-10582`
|
||||||
|
|
||||||
|
### 状态
|
||||||
|
- [x] 探索代码结构
|
||||||
|
- [x] 设计数据库schema
|
||||||
|
- [x] 设计API接口
|
||||||
|
- [x] 实施开发
|
||||||
|
|
||||||
|
### 实施成果
|
||||||
|
|
||||||
|
#### Java后端 (`/Users/gxwebsoft/JAVA/mp-java`)
|
||||||
|
- SQL脚本: `docs/sql/customer_lead_system.sql`
|
||||||
|
- Entity: CustomerLeadEntity, LeadDispatch, LeadFollowLog, LeadReferral, LeadStatistics, UserRoleExtend
|
||||||
|
- Mapper: CustomerLeadMapper, LeadDispatchMapper, LeadFollowLogMapper, LeadReferralMapper
|
||||||
|
- Service: CustomerLeadService, LeadReferralService
|
||||||
|
- Controller: CustomerLeadController, LeadReferralController
|
||||||
|
- 总结文档: `docs/ai/customer-lead-system-summary.md`
|
||||||
|
|
||||||
|
#### Vue后台 (`/Users/gxwebsoft/VUE/mp-vue`)
|
||||||
|
- API: `api/cms/customerLead/index.ts`, `model.ts`
|
||||||
|
- 页面: `views/cms/customerLead/index.vue`
|
||||||
|
|
||||||
|
#### 小程序端 (`/Users/gxwebsoft/VUE/template-10582`)
|
||||||
|
- API: `api/shop/referral.ts`
|
||||||
|
- 页面: `dealer/referral/index.tsx`
|
||||||
|
- 首页入口: 在分销商首页添加「推荐客户」功能
|
||||||
|
|
||||||
|
### 编译错误修复(10:14)
|
||||||
|
1. **Controller层** - `R.ok()` → `ApiResult` + `success()`,两个Controller均继承 `BaseController`
|
||||||
|
- `CustomerLeadController`: 去掉 `import R`,改用 `ApiResult` + `extends BaseController`
|
||||||
|
- `LeadReferralController`: 同上
|
||||||
|
|
||||||
|
2. **Service层** - `userService.getLoginUser()` 方法不存在
|
||||||
|
- `CustomerLeadServiceImpl`: 去掉 `UserService` 注入,改用私有 `getLoginUser()` 方法(通过 `SecurityContextHolder` 实现,与 `BaseController` 逻辑一致)
|
||||||
|
- `LeadReferralServiceImpl`: 同上;另外修正 `userService.getUserById()` → `userService.getByIdRel()`(`UserService` 仍保留用于按ID查询用户)
|
||||||
|
|
||||||
|
**项目规范记录**:
|
||||||
|
- 返回值用 `ApiResult<T>` + `success()`,Controller继承 `BaseController`
|
||||||
|
- Service层获取登录用户:`SecurityContextHolder.getContext().getAuthentication().getPrincipal()` 强转 `User`
|
||||||
|
- 按ID查询用户:`userService.getByIdRel(userId)`(非 `getUserById`)
|
||||||
|
|
||||||
|
### 推荐客户模块重构(2026-04-16)
|
||||||
|
- **包名变更**:`cms.LeadReferralController` → `app.recommendation.LeadReferralController`
|
||||||
|
- **API路径**:`/lead/referral` → `/app/lead/referral`
|
||||||
|
- **数据库表前缀**:`cms_contact_lead` → `app_lead_referral`
|
||||||
|
|
||||||
|
#### 新建文件清单
|
||||||
|
| 项目 | 文件 |
|
||||||
|
|------|------|
|
||||||
|
| Java后端 | `app/recommendation/entity/LeadReferral.java` |
|
||||||
|
| | `app/recommendation/entity/ReferrerInfo.java` |
|
||||||
|
| | `app/recommendation/entity/ReferralSettlement.java` |
|
||||||
|
| | `app/recommendation/mapper/LeadReferralMapper.java` |
|
||||||
|
| | `app/recommendation/mapper/ReferrerInfoMapper.java` |
|
||||||
|
| | `app/recommendation/mapper/ReferralSettlementMapper.java` |
|
||||||
|
| | `app/recommendation/service/LeadReferralService.java` |
|
||||||
|
| | `app/recommendation/service/impl/LeadReferralServiceImpl.java` |
|
||||||
|
| | `app/recommendation/controller/LeadReferralController.java`(小程序端) |
|
||||||
|
| | `app/recommendation/controller/LeadReferralAdminController.java`(后台管理) |
|
||||||
|
| | `app/recommendation/param/LeadReferralParam.java` |
|
||||||
|
| | `resources/db/sql/app_lead_referral.sql` |
|
||||||
|
| 小程序 | `src/api/app/referral.ts`(新API) |
|
||||||
|
| | `src/recommendation/index.tsx`(独立推荐页面) |
|
||||||
|
| | `src/recommendation/index.scss` |
|
||||||
|
| | `src/dealer/referral/index.tsx`(改用新API) |
|
||||||
|
| | `src/app.config.ts`(新增recommendation子包路由) |
|
||||||
|
| Vue后台 | `src/api/app/referral.ts` |
|
||||||
|
| | `src/views/cms/recommendation/index.vue` |
|
||||||
@@ -47,13 +47,22 @@
|
|||||||
|
|
||||||
## 字体大小规范 (2026-04-09 更新)
|
## 字体大小规范 (2026-04-09 更新)
|
||||||
- 微信小程序端按移动端标准设计,最小辅助文字 13-14px
|
- 微信小程序端按移动端标准设计,最小辅助文字 13-14px
|
||||||
- 标签/辅助:14px
|
- 使用 TailwindCSS 工具类(text-xs/sm/base/lg/xl/2xl/3xl/4xl),不使用 SCSS font-size
|
||||||
- 正文/描述:15-16px
|
- 扩展了 tailwind.config.js:text-15(15px)、text-17(17px)、text-28(28px)
|
||||||
- 小标题/按钮文字:16-17px
|
- 标签/辅助:14px (text-sm)
|
||||||
- 区块标题:20-24px
|
- 正文/描述:15-16px (text-15/text-base)
|
||||||
- 强调数字(价格、数据):28-36px
|
- 小标题/按钮文字:16-17px (text-base/text-17)
|
||||||
|
- 区块标题:20-24px (text-xl/text-2xl)
|
||||||
|
- 强调数字(价格、数据):28-36px (text-28/text-4xl)
|
||||||
- 所有图标必须从 `@nutui/icons-react-taro` 导入
|
- 所有图标必须从 `@nutui/icons-react-taro` 导入
|
||||||
|
|
||||||
|
## Tailwind 小程序兼容性注意事项
|
||||||
|
- **禁止使用斜杠透明度简写**:`text-white/40`、`bg-black/50`、`border-gray/30` 等含 `/` 的写法在小程序不兼容,需要透明度时改用 SCSS `color: rgba(...)` 或在 tailwind.config.js 中定义语义色
|
||||||
|
- **禁止使用小数间距**:`mt-0.5`、`p-0.5`、`gap-0.5` 等含小数点的工具类在小程序不兼容,改用整数如 `mt-1`、`p-1`
|
||||||
|
- **禁止使用任意值 `-[?]` 写法**:`text-[14px]`、`w-[100px]` 等方括号任意值写法在小程序不兼容,改用 Tailwind 预设类或在 tailwind.config.js 中扩展
|
||||||
|
- **颜色替代方案**:`text-white` 在小程序中可能不生效,改用 `text-gray`(如 `text-gray-100`~`text-gray-50` 等),深色背景上的白色文字优先用 `text-gray-100`
|
||||||
|
- 当前代码中 ContactSection/TrustSection/CatalogShowcase 共有 9 处 `text-white/xx` 待修复
|
||||||
|
|
||||||
## 画册页正式版 (2026-04-01)
|
## 画册页正式版 (2026-04-01)
|
||||||
- 首页已实际挂载 `src/pages/index/BrochureEntry.tsx` 入口,位置在 Banner 下方。
|
- 首页已实际挂载 `src/pages/index/BrochureEntry.tsx` 入口,位置在 Banner 下方。
|
||||||
- `src/pages/brochure/index.tsx` 当前为原生正式版结构:主营方案、核心优势、升级关键词、服务承诺、案例方向、服务流程、预约咨询信息。
|
- `src/pages/brochure/index.tsx` 当前为原生正式版结构:主营方案、核心优势、升级关键词、服务承诺、案例方向、服务流程、预约咨询信息。
|
||||||
|
|||||||
112
src/api/app/referral.ts
Normal file
112
src/api/app/referral.ts
Normal file
@@ -0,0 +1,112 @@
|
|||||||
|
/**
|
||||||
|
* 推荐客户 API(app 模块)
|
||||||
|
* 小程序端调用
|
||||||
|
*/
|
||||||
|
import request from '@/utils/request'
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 报备参数
|
||||||
|
*/
|
||||||
|
export interface ReferralParam {
|
||||||
|
customerName: string
|
||||||
|
customerPhone: string
|
||||||
|
customerCompany?: string
|
||||||
|
requirement?: string
|
||||||
|
appointmentTime?: string
|
||||||
|
remarks?: string
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 推荐记录
|
||||||
|
*/
|
||||||
|
export interface ReferralRecord {
|
||||||
|
id: number
|
||||||
|
referralCode: string
|
||||||
|
referrerId?: number
|
||||||
|
referrerName?: string
|
||||||
|
referrerPhone?: string
|
||||||
|
customerName: string
|
||||||
|
customerPhone: string
|
||||||
|
customerCompany?: string
|
||||||
|
requirement?: string
|
||||||
|
appointmentTime?: string
|
||||||
|
remarks?: string
|
||||||
|
referralFee: string
|
||||||
|
referralStatus: number
|
||||||
|
referralStatusText?: string
|
||||||
|
invalidReason?: string
|
||||||
|
invalidTime?: string
|
||||||
|
confirmedTime?: string
|
||||||
|
settledTime?: string
|
||||||
|
createTime: string
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 我的推荐统计
|
||||||
|
*/
|
||||||
|
export interface ReferralStats {
|
||||||
|
totalCount: number
|
||||||
|
pendingCount: number
|
||||||
|
validCount: number
|
||||||
|
settledCount: number
|
||||||
|
pendingAmount: string
|
||||||
|
referralCode?: string
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 分页结果
|
||||||
|
*/
|
||||||
|
export interface PageResult<T> {
|
||||||
|
list: T[]
|
||||||
|
total: number
|
||||||
|
pageNum: number
|
||||||
|
pageSize: number
|
||||||
|
pages: number
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 报备客户
|
||||||
|
*/
|
||||||
|
export function addReferral(data: ReferralParam) {
|
||||||
|
return request.post<{ code: number; message: string; data: ReferralRecord }>(
|
||||||
|
'/app/lead/referral/add',
|
||||||
|
data
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 获取我的推荐码
|
||||||
|
*/
|
||||||
|
export function getMyReferralCode() {
|
||||||
|
return request.get<{ code: number; message: string; data: string }>(
|
||||||
|
'/app/lead/referral/my/code'
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 获取我的推荐记录(分页)
|
||||||
|
*/
|
||||||
|
export function getMyReferrals(params: { pageNum?: number; pageSize?: number }) {
|
||||||
|
return request.get<{ code: number; message: string; data: PageResult<ReferralRecord> }>(
|
||||||
|
'/app/lead/referral/my',
|
||||||
|
{ params }
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 获取我的推荐统计
|
||||||
|
*/
|
||||||
|
export function getMyStats() {
|
||||||
|
return request.get<{ code: number; message: string; data: ReferralStats }>(
|
||||||
|
'/app/lead/referral/my/stats'
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 根据推荐码获取推荐人信息
|
||||||
|
*/
|
||||||
|
export function getReferrerByCode(code: string) {
|
||||||
|
return request.get<{ code: number; message: string; data: { referrerId: number; referrerName: string; referralCode: string } }>(
|
||||||
|
`/app/lead/referral/referrer/${code}`
|
||||||
|
)
|
||||||
|
}
|
||||||
@@ -105,8 +105,8 @@ export async function getCmsNavigation(id: number) {
|
|||||||
const res = await request.get<ApiResult<CmsNavigation>>(
|
const res = await request.get<ApiResult<CmsNavigation>>(
|
||||||
'/cms/cms-navigation/' + id
|
'/cms/cms-navigation/' + id
|
||||||
);
|
);
|
||||||
if (res.code === 0 && res.data) {
|
if (res.code === 0) {
|
||||||
return res.data;
|
return res.data ?? null;
|
||||||
}
|
}
|
||||||
return Promise.reject(new Error(res.message));
|
return Promise.reject(new Error(res.message));
|
||||||
}
|
}
|
||||||
|
|||||||
135
src/api/shop/referral.ts
Normal file
135
src/api/shop/referral.ts
Normal file
@@ -0,0 +1,135 @@
|
|||||||
|
/**
|
||||||
|
* 客资推荐人 API
|
||||||
|
* 小程序端调用
|
||||||
|
*/
|
||||||
|
import request from '@/utils/request'
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 推荐人报备参数
|
||||||
|
*/
|
||||||
|
export interface ReferralParam {
|
||||||
|
customerName: string
|
||||||
|
customerPhone: string
|
||||||
|
customerCompany?: string
|
||||||
|
requirement?: string
|
||||||
|
appointmentTime?: string
|
||||||
|
remarks?: string
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 推荐人报备结果
|
||||||
|
*/
|
||||||
|
export interface ReferralResult {
|
||||||
|
referralId: number
|
||||||
|
referralCode: string
|
||||||
|
customerName: string
|
||||||
|
customerPhone: string
|
||||||
|
referralFee?: number
|
||||||
|
referralStatus: number
|
||||||
|
referralStatusText: string
|
||||||
|
createTime: string
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 推荐人统计
|
||||||
|
*/
|
||||||
|
export interface ReferralStats {
|
||||||
|
totalCount: number
|
||||||
|
pendingCount: number
|
||||||
|
validCount: number
|
||||||
|
settledCount: number
|
||||||
|
pendingAmount: number
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 推荐人记录
|
||||||
|
*/
|
||||||
|
export interface ReferralRecord {
|
||||||
|
referralId: number
|
||||||
|
referredLeadId: number
|
||||||
|
customerName: string
|
||||||
|
customerPhone: string
|
||||||
|
referralFee: number
|
||||||
|
referralStatus: number
|
||||||
|
referralStatusText: string
|
||||||
|
leadStatus?: number
|
||||||
|
leadStatusText?: string
|
||||||
|
dealAmount?: number
|
||||||
|
createTime: string
|
||||||
|
settlementTime?: string
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 注册用户报备客户
|
||||||
|
*/
|
||||||
|
export function addReferral(data: ReferralParam) {
|
||||||
|
return request.post<{ code: number; message: string; data: ReferralResult }>(
|
||||||
|
'/lead/referral/user',
|
||||||
|
data
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 获取推荐人的推荐记录
|
||||||
|
*/
|
||||||
|
export function getReferralList(params: { pageNum?: number; pageSize?: number }) {
|
||||||
|
return request.get<{ code: number; message: string; data: { list: ReferralRecord[]; total: number } }>(
|
||||||
|
'/lead/referral/page',
|
||||||
|
{ params }
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 获取推荐人统计
|
||||||
|
*/
|
||||||
|
export function getReferralStats(userId: number) {
|
||||||
|
return request.get<{ code: number; message: string; data: ReferralStats }>(
|
||||||
|
`/lead/referral/stats/${userId}`
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 生成推荐码
|
||||||
|
*/
|
||||||
|
export function generateReferralCode() {
|
||||||
|
return request.get<{ code: number; message: string; data: string }>(
|
||||||
|
'/lead/referral/generateCode'
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 获取当前用户的推荐码
|
||||||
|
*/
|
||||||
|
export function getMyReferralCode() {
|
||||||
|
return request.get<{ code: number; message: string; data: { referralCode: string } }>(
|
||||||
|
'/lead/referral/my/code'
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 确认推荐有效(管理员)
|
||||||
|
*/
|
||||||
|
export function confirmReferral(referralId: number) {
|
||||||
|
return request.put<{ code: number; message: string }>(
|
||||||
|
`/lead/referral/confirm/${referralId}`
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 作废推荐(管理员)
|
||||||
|
*/
|
||||||
|
export function invalidateReferral(referralId: number, reason?: string) {
|
||||||
|
return request.put<{ code: number; message: string }>(
|
||||||
|
`/lead/referral/invalidate/${referralId}`,
|
||||||
|
{ reason }
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 结算推荐费(管理员)
|
||||||
|
*/
|
||||||
|
export function settleReferral(referralId: number) {
|
||||||
|
return request.put<{ code: number; message: string }>(
|
||||||
|
`/lead/referral/settle/${referralId}`
|
||||||
|
)
|
||||||
|
}
|
||||||
@@ -66,4 +66,5 @@ export interface ShopDealerApplyParam extends PageParam {
|
|||||||
userId?: number;
|
userId?: number;
|
||||||
keywords?: string;
|
keywords?: string;
|
||||||
applyStatus?: number; // 申请状态筛选 (10待审核 20审核通过 30驳回)
|
applyStatus?: number; // 申请状态筛选 (10待审核 20审核通过 30驳回)
|
||||||
|
receptionistId?: number; // 接待人员用户ID(用于查询分配给自己的客户)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -94,8 +94,8 @@ export async function getShopDealerReferee(id: number) {
|
|||||||
const res = await request.get<ApiResult<ShopDealerReferee>>(
|
const res = await request.get<ApiResult<ShopDealerReferee>>(
|
||||||
'/shop/shop-dealer-referee/' + id
|
'/shop/shop-dealer-referee/' + id
|
||||||
);
|
);
|
||||||
if (res.code === 0 && res.data) {
|
if (res.code === 0) {
|
||||||
return res.data;
|
return res.data ?? null;
|
||||||
}
|
}
|
||||||
return Promise.reject(new Error(res.message));
|
return Promise.reject(new Error(res.message));
|
||||||
}
|
}
|
||||||
@@ -107,8 +107,8 @@ export async function getShopDealerRefereeByUserId(userId: number) {
|
|||||||
const res = await request.get<ApiResult<ShopDealerReferee>>(
|
const res = await request.get<ApiResult<ShopDealerReferee>>(
|
||||||
'/shop/shop-dealer-referee/getByUserId/' + userId
|
'/shop/shop-dealer-referee/getByUserId/' + userId
|
||||||
);
|
);
|
||||||
if (res.code === 0 && res.data) {
|
if (res.code === 0) {
|
||||||
return res.data;
|
return res.data ?? null;
|
||||||
}
|
}
|
||||||
return Promise.reject(new Error(res.message));
|
return Promise.reject(new Error(res.message));
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -72,7 +72,14 @@ export default defineAppConfig({
|
|||||||
"customer/trading",
|
"customer/trading",
|
||||||
"wechat/index",
|
"wechat/index",
|
||||||
"bank/index",
|
"bank/index",
|
||||||
"bank/add"
|
"bank/add",
|
||||||
|
"referral/index"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"root": "recommendation",
|
||||||
|
"pages": [
|
||||||
|
"index"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
|
|||||||
@@ -207,7 +207,7 @@ const AddUserAddress = () => {
|
|||||||
if (roles.length > 0) {
|
if (roles.length > 0) {
|
||||||
await updateUserRole({
|
await updateUserRole({
|
||||||
...roles[0],
|
...roles[0],
|
||||||
roleId: 1848
|
roleId: 1935
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -231,16 +231,20 @@ const AddUserAddress = () => {
|
|||||||
icon: 'success'
|
icon: 'success'
|
||||||
});
|
});
|
||||||
|
|
||||||
setTimeout(() => {
|
// 注册成功后等待1.5秒,让权限同步生效
|
||||||
Taro.navigateBack();
|
await new Promise(resolve => setTimeout(resolve, 1500));
|
||||||
}, 1000);
|
|
||||||
|
|
||||||
} catch (error) {
|
// 重新登录刷新用户状态(包括最新权限)
|
||||||
console.error('验证邀请人失败:', error);
|
Taro.removeStorageSync('Token');
|
||||||
|
Taro.removeStorageSync('UserId');
|
||||||
|
Taro.reLaunch({ url: '/pages/index/index' });
|
||||||
|
|
||||||
|
} catch (error: any) {
|
||||||
|
console.error('注册失败:', error);
|
||||||
Taro.showToast({
|
Taro.showToast({
|
||||||
title: '注册失败,请重试',
|
title: error?.message || '注册失败,请重试',
|
||||||
icon: 'error'
|
icon: 'error'
|
||||||
})
|
});
|
||||||
} finally {
|
} finally {
|
||||||
setSubmitting(false)
|
setSubmitting(false)
|
||||||
}
|
}
|
||||||
|
|||||||
1549
src/dealer/customer/add-bak.tsx
Normal file
1549
src/dealer/customer/add-bak.tsx
Normal file
File diff suppressed because it is too large
Load Diff
276
src/dealer/customer/add.scss
Normal file
276
src/dealer/customer/add.scss
Normal file
@@ -0,0 +1,276 @@
|
|||||||
|
.add-page {
|
||||||
|
min-height: 100vh;
|
||||||
|
background: #f5f5f7;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ═══ 顶部模式提示条 ═══ */
|
||||||
|
.add-page__mode-bar {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 10px 16px;
|
||||||
|
background: linear-gradient(135deg, #3b82f6, #2563eb);
|
||||||
|
font-size: 15px;
|
||||||
|
font-weight: 600;
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__mode-bar--edit {
|
||||||
|
background: linear-gradient(135deg, #f59e0b, #d97706);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ═══ 表单卡片分组 ═══ */
|
||||||
|
.add-page__card {
|
||||||
|
margin: 12px 12px 0;
|
||||||
|
border-radius: 12px;
|
||||||
|
background: white;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ═══ NutUI Form/CellGroup 样式覆盖 ═══ */
|
||||||
|
.add-page__card .nut-cell-group {
|
||||||
|
border-radius: 12px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__card .nut-cell::after {
|
||||||
|
left: 16px;
|
||||||
|
right: 16px;
|
||||||
|
border-color: #f0f0f0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__card .nut-form-item .nut-cell__title {
|
||||||
|
font-size: 15px;
|
||||||
|
font-weight: 500;
|
||||||
|
color: #374151;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__card .nut-form-item .nut-input {
|
||||||
|
font-size: 15px;
|
||||||
|
color: #111827;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__card .nut-form-item .nut-input__inner {
|
||||||
|
font-size: 15px;
|
||||||
|
color: #111827;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__card .nut-cell__value {
|
||||||
|
font-size: 15px;
|
||||||
|
color: #111827;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ═══ 章节标题 ═══ */
|
||||||
|
.add-page__section-title {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
padding: 16px 16px 8px;
|
||||||
|
font-size: 13px;
|
||||||
|
font-weight: 600;
|
||||||
|
color: #9ca3af;
|
||||||
|
letter-spacing: 0.5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__section-title::before {
|
||||||
|
content: '';
|
||||||
|
display: inline-block;
|
||||||
|
width: 3px;
|
||||||
|
height: 14px;
|
||||||
|
border-radius: 2px;
|
||||||
|
background: #3b82f6;
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ═══ 接待人员选择 ═══ */
|
||||||
|
.add-page__receptionist-cell {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
padding: 14px 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__receptionist-value {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__receptionist-name {
|
||||||
|
font-size: 15px;
|
||||||
|
color: #111827;
|
||||||
|
margin-right: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__receptionist-placeholder {
|
||||||
|
font-size: 15px;
|
||||||
|
color: #d1d5db;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__receptionist-clear {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
padding: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ═══ 日期选择器触发器 ═══ */
|
||||||
|
.add-page__date-trigger {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
padding: 8px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__date-text {
|
||||||
|
font-size: 15px;
|
||||||
|
color: #111827;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__date-placeholder {
|
||||||
|
font-size: 15px;
|
||||||
|
color: #d1d5db;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ═══ 底部按钮区 ═══ */
|
||||||
|
.add-page__footer {
|
||||||
|
position: fixed;
|
||||||
|
z-index: 50;
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
right: 0;
|
||||||
|
padding: 12px 16px;
|
||||||
|
padding-bottom: calc(12px + env(safe-area-inset-bottom));
|
||||||
|
background: linear-gradient(to top, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0));
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__submit-btn {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
width: 100%;
|
||||||
|
height: 48px;
|
||||||
|
border: none;
|
||||||
|
border-radius: 12px;
|
||||||
|
background: linear-gradient(135deg, #3b82f6, #2563eb);
|
||||||
|
color: white;
|
||||||
|
font-size: 17px;
|
||||||
|
font-weight: 600;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
box-shadow: 0 4px 16px rgba(59, 130, 246, 0.3);
|
||||||
|
|
||||||
|
&:active {
|
||||||
|
opacity: 0.85;
|
||||||
|
}
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__submit-btn--disabled {
|
||||||
|
opacity: 0.5;
|
||||||
|
pointer-events: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__bottom-spacer {
|
||||||
|
height: 100px;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ═══ 审核状态区 ═══ */
|
||||||
|
.add-page__status-section {
|
||||||
|
margin: 12px 12px 0;
|
||||||
|
border-radius: 12px;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__status-cell {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
padding: 14px 16px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__status-label {
|
||||||
|
font-size: 14px;
|
||||||
|
color: #6b7280;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__status-value {
|
||||||
|
font-size: 14px;
|
||||||
|
color: #374151;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* ═══ Popup 选择接待人员 ═══ */
|
||||||
|
.add-page__picker-header {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
padding: 16px;
|
||||||
|
border-bottom: 1px solid #f0f0f0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__picker-title {
|
||||||
|
font-size: 17px;
|
||||||
|
font-weight: 600;
|
||||||
|
color: #111827;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__picker-cancel {
|
||||||
|
font-size: 15px;
|
||||||
|
color: #3b82f6;
|
||||||
|
padding: 4px 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__picker-search {
|
||||||
|
padding: 12px 12px 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__picker-list {
|
||||||
|
flex: 1;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__picker-item {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: space-between;
|
||||||
|
padding: 14px 16px;
|
||||||
|
border-bottom: 1px solid #f5f5f5;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__picker-item:active {
|
||||||
|
background: #f9fafb;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__picker-item-info {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__picker-item-name {
|
||||||
|
font-size: 15px;
|
||||||
|
font-weight: 500;
|
||||||
|
color: #111827;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__picker-item-phone {
|
||||||
|
font-size: 13px;
|
||||||
|
color: #9ca3af;
|
||||||
|
margin-top: 2px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__picker-item-selected {
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 600;
|
||||||
|
color: #3b82f6;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__picker-empty {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
padding: 40px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.add-page__picker-empty-text {
|
||||||
|
font-size: 14px;
|
||||||
|
color: #d1d5db;
|
||||||
|
}
|
||||||
@@ -602,26 +602,7 @@ const AddShopDealerApply = () => {
|
|||||||
onFinish={(values) => submitSucceed(values)}
|
onFinish={(values) => submitSucceed(values)}
|
||||||
onFinishFailed={(errors) => submitFailed(errors)}
|
onFinishFailed={(errors) => submitFailed(errors)}
|
||||||
>
|
>
|
||||||
<View className={'bg-gray-100 h-3'}></View>
|
<CellGroup style={{padding: '0'}}>
|
||||||
<CellGroup style={{padding: '4px 0'}}>
|
|
||||||
<Form.Item name="address" label="小区" initialValue={FormData?.address} required>
|
|
||||||
<Input placeholder="幸福里" disabled={isEditMode}/>
|
|
||||||
</Form.Item>
|
|
||||||
<Form.Item name="buildingNo" label="楼栋号" required>
|
|
||||||
<Input placeholder="3" disabled={isEditMode}/>
|
|
||||||
</Form.Item>
|
|
||||||
<Form.Item name="unitNo" label="单元号">
|
|
||||||
<Input placeholder="1" disabled={isEditMode}/>
|
|
||||||
</Form.Item>
|
|
||||||
<Form.Item name="roomNo" label="房号" required>
|
|
||||||
<Input placeholder="1201" disabled={isEditMode}/>
|
|
||||||
</Form.Item>
|
|
||||||
<Form.Item name="realName" label="姓名" initialValue={FormData?.realName} required>
|
|
||||||
<Input placeholder="张三" disabled={isEditMode}/>
|
|
||||||
</Form.Item>
|
|
||||||
<Form.Item name="mobile" label="手机号" initialValue={FormData?.mobile} required>
|
|
||||||
<Input placeholder="手机号" disabled={isEditMode} maxLength={11}/>
|
|
||||||
</Form.Item>
|
|
||||||
{/* 接待人员选择 */}
|
{/* 接待人员选择 */}
|
||||||
<Cell
|
<Cell
|
||||||
title="接待人员"
|
title="接待人员"
|
||||||
@@ -647,6 +628,28 @@ const AddShopDealerApply = () => {
|
|||||||
}
|
}
|
||||||
onClick={openReceptionistPicker}
|
onClick={openReceptionistPicker}
|
||||||
/>
|
/>
|
||||||
|
<View className={'bg-gray-100 h-2'}></View>
|
||||||
|
<Form.Item name="address" label="小区" initialValue={FormData?.address} required>
|
||||||
|
<Input placeholder="幸福里" disabled={isEditMode}/>
|
||||||
|
</Form.Item>
|
||||||
|
<Form.Item name="buildingNo" label="楼栋号" required>
|
||||||
|
<Input placeholder="3" disabled={isEditMode}/>
|
||||||
|
</Form.Item>
|
||||||
|
<Form.Item name="unitNo" label="单元号">
|
||||||
|
<Input placeholder="1" disabled={isEditMode}/>
|
||||||
|
</Form.Item>
|
||||||
|
<Form.Item name="roomNo" label="房号" required>
|
||||||
|
<Input placeholder="1201" disabled={isEditMode}/>
|
||||||
|
</Form.Item>
|
||||||
|
<Form.Item name="realName" label="姓名" initialValue={FormData?.realName} required>
|
||||||
|
<Input placeholder="张三" disabled={isEditMode}/>
|
||||||
|
</Form.Item>
|
||||||
|
<Form.Item name="mobile" label="手机号" initialValue={FormData?.mobile} required>
|
||||||
|
<Input placeholder="手机号" disabled={isEditMode} maxLength={11}/>
|
||||||
|
</Form.Item>
|
||||||
|
<Form.Item name="comments" label="备注" initialValue={FormData?.comments}>
|
||||||
|
<Input placeholder="请输入备注信息" />
|
||||||
|
</Form.Item>
|
||||||
{isEditMode && (
|
{isEditMode && (
|
||||||
<>
|
<>
|
||||||
<Form.Item name="money" label="签约价格" initialValue={FormData?.money} required>
|
<Form.Item name="money" label="签约价格" initialValue={FormData?.money} required>
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
import {useState, useEffect, useCallback, useRef} from 'react'
|
import {useState, useEffect, useCallback} from 'react'
|
||||||
import {View, Text} from '@tarojs/components'
|
import {View, Text} from '@tarojs/components'
|
||||||
import Taro, {useDidShow} from '@tarojs/taro'
|
import Taro, {useDidShow} from '@tarojs/taro'
|
||||||
import {Loading, InfiniteLoading, Empty, Space, Tabs, TabPane, Tag, Button, SearchBar} from '@nutui/nutui-react-taro'
|
import {Loading, InfiniteLoading, Empty, Space, Tabs, TabPane, Tag, Button, SearchBar} from '@nutui/nutui-react-taro'
|
||||||
@@ -33,24 +33,10 @@ const CustomerIndex = () => {
|
|||||||
const [page, setPage] = useState(1)
|
const [page, setPage] = useState(1)
|
||||||
const [hasMore, setHasMore] = useState(true)
|
const [hasMore, setHasMore] = useState(true)
|
||||||
|
|
||||||
// 非分销商不允许查看客户列表
|
// 权限检查:只要登录就能查看客户列表
|
||||||
const {user, hasRole, loading: userLoading} = useUser()
|
const {user, loading: userLoading} = useUser()
|
||||||
// 管理员允许查看全部;普通分销商仅查看自己
|
|
||||||
const isAdminUser = user?.isAdmin === true
|
|
||||||
const canView = hasRole('dealer') || isAdminUser
|
|
||||||
const roleCheckFinished = !userLoading
|
const roleCheckFinished = !userLoading
|
||||||
const noPermissionShownRef = useRef(false)
|
const isLoggedIn = roleCheckFinished && user !== null
|
||||||
|
|
||||||
useEffect(() => {
|
|
||||||
if (!roleCheckFinished || canView) return
|
|
||||||
if (noPermissionShownRef.current) return
|
|
||||||
noPermissionShownRef.current = true
|
|
||||||
Taro.showToast({
|
|
||||||
title: '没有查看权限',
|
|
||||||
icon: 'none',
|
|
||||||
duration: 1500
|
|
||||||
})
|
|
||||||
}, [roleCheckFinished, canView])
|
|
||||||
|
|
||||||
// Tab配置
|
// Tab配置
|
||||||
const tabList = getStatusOptions();
|
const tabList = getStatusOptions();
|
||||||
@@ -201,14 +187,13 @@ const CustomerIndex = () => {
|
|||||||
const currentUserId = Number(Taro.getStorageSync('UserId')) || user?.userId || 0;
|
const currentUserId = Number(Taro.getStorageSync('UserId')) || user?.userId || 0;
|
||||||
|
|
||||||
// 构建API参数,根据状态筛选
|
// 构建API参数,根据状态筛选
|
||||||
|
// 查看自己提交的(userId)或分配给自己的(receptionistId)的客户
|
||||||
const params: any = {
|
const params: any = {
|
||||||
type: 4,
|
type: 4,
|
||||||
page: currentPage
|
page: currentPage,
|
||||||
|
userId: currentUserId,
|
||||||
|
receptionistId: currentUserId
|
||||||
};
|
};
|
||||||
// 非管理员:只看自己添加的客户
|
|
||||||
if (!isAdminUser && currentUserId > 0) {
|
|
||||||
params.userId = currentUserId;
|
|
||||||
}
|
|
||||||
const applyStatus = mapCustomerStatusToApplyStatus(statusFilter || activeTab);
|
const applyStatus = mapCustomerStatusToApplyStatus(statusFilter || activeTab);
|
||||||
if (applyStatus !== undefined) {
|
if (applyStatus !== undefined) {
|
||||||
params.applyStatus = applyStatus;
|
params.applyStatus = applyStatus;
|
||||||
@@ -251,7 +236,7 @@ const CustomerIndex = () => {
|
|||||||
} finally {
|
} finally {
|
||||||
setLoading(false);
|
setLoading(false);
|
||||||
}
|
}
|
||||||
}, [activeTab, page, isAdminUser, user?.userId]);
|
}, [activeTab, page, user?.userId]);
|
||||||
|
|
||||||
const reloadMore = async () => {
|
const reloadMore = async () => {
|
||||||
if (loading || !hasMore) return; // 防止重复加载
|
if (loading || !hasMore) return; // 防止重复加载
|
||||||
@@ -300,11 +285,11 @@ const CustomerIndex = () => {
|
|||||||
const fetchStatusCounts = useCallback(async () => {
|
const fetchStatusCounts = useCallback(async () => {
|
||||||
try {
|
try {
|
||||||
const currentUserId = Number(Taro.getStorageSync('UserId')) || user?.userId || 0;
|
const currentUserId = Number(Taro.getStorageSync('UserId')) || user?.userId || 0;
|
||||||
const baseParams: any = {type: 4};
|
const baseParams: any = {
|
||||||
// 非管理员:只统计自己添加的客户
|
type: 4,
|
||||||
if (!isAdminUser && currentUserId > 0) {
|
userId: currentUserId,
|
||||||
baseParams.userId = currentUserId;
|
receptionistId: currentUserId
|
||||||
}
|
};
|
||||||
|
|
||||||
// 并行获取各状态的数量
|
// 并行获取各状态的数量
|
||||||
const [allRes, pendingRes, signedRes, cancelledRes] = await Promise.all([
|
const [allRes, pendingRes, signedRes, cancelledRes] = await Promise.all([
|
||||||
@@ -323,7 +308,7 @@ const CustomerIndex = () => {
|
|||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.error('获取状态统计失败:', error);
|
console.error('获取状态统计失败:', error);
|
||||||
}
|
}
|
||||||
}, [isAdminUser, user?.userId]);
|
}, [user?.userId]);
|
||||||
|
|
||||||
const getStatusCounts = () => statusCounts;
|
const getStatusCounts = () => statusCounts;
|
||||||
|
|
||||||
@@ -364,22 +349,22 @@ const CustomerIndex = () => {
|
|||||||
|
|
||||||
// 初始化统计数据
|
// 初始化统计数据
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!roleCheckFinished || !canView) return;
|
if (!isLoggedIn) return;
|
||||||
fetchStatusCounts().then();
|
fetchStatusCounts().then();
|
||||||
}, [roleCheckFinished, canView]);
|
}, [isLoggedIn]);
|
||||||
|
|
||||||
// 当activeTab变化时重新获取数据
|
// 当activeTab变化时重新获取数据
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (!roleCheckFinished || !canView) return;
|
if (!isLoggedIn) return;
|
||||||
setList([]); // 清空列表
|
setList([]); // 清空列表
|
||||||
setPage(1); // 重置页码
|
setPage(1); // 重置页码
|
||||||
setHasMore(true); // 重置加载状态
|
setHasMore(true); // 重置加载状态
|
||||||
fetchCustomerData(activeTab, true);
|
fetchCustomerData(activeTab, true);
|
||||||
}, [activeTab, roleCheckFinished, canView]);
|
}, [activeTab, isLoggedIn]);
|
||||||
|
|
||||||
// 监听页面显示,当从其他页面返回时刷新数据
|
// 监听页面显示,当从其他页面返回时刷新数据
|
||||||
useDidShow(() => {
|
useDidShow(() => {
|
||||||
if (!roleCheckFinished || !canView) return;
|
if (!isLoggedIn) return;
|
||||||
// 刷新当前tab的数据和统计信息
|
// 刷新当前tab的数据和统计信息
|
||||||
setList([]);
|
setList([]);
|
||||||
setPage(1);
|
setPage(1);
|
||||||
@@ -465,6 +450,13 @@ const CustomerIndex = () => {
|
|||||||
<Text className={'text-xs text-gray-500'}>{customer?.refereeName}</Text>
|
<Text className={'text-xs text-gray-500'}>{customer?.refereeName}</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
|
{/* 接待人员 */}
|
||||||
|
{customer.receptionistName && (
|
||||||
|
<View className="flex items-center my-1">
|
||||||
|
<Text className="text-xs text-gray-500">接待人员:{customer.receptionistName}</Text>
|
||||||
|
</View>
|
||||||
|
)}
|
||||||
|
|
||||||
{/* 显示 comments 字段 */}
|
{/* 显示 comments 字段 */}
|
||||||
<Space className="flex items-center">
|
<Space className="flex items-center">
|
||||||
<Text className="text-xs text-gray-500">跟进情况:{customer.comments || '暂无'}</Text>
|
<Text className="text-xs text-gray-500">跟进情况:{customer.comments || '暂无'}</Text>
|
||||||
@@ -586,10 +578,11 @@ const CustomerIndex = () => {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!canView) {
|
// 未登录时显示提示
|
||||||
|
if (!isLoggedIn) {
|
||||||
return (
|
return (
|
||||||
<View className="bg-white flex flex-col items-center justify-center p-4">
|
<View className="bg-white flex flex-col items-center justify-center p-4">
|
||||||
<Empty description="没有查看权限"/>
|
<Empty description="请先登录"/>
|
||||||
<Button
|
<Button
|
||||||
size="small"
|
size="small"
|
||||||
style={{marginTop: '12px'}}
|
style={{marginTop: '12px'}}
|
||||||
|
|||||||
@@ -7,7 +7,8 @@ import {
|
|||||||
QrCode,
|
QrCode,
|
||||||
ArrowRight,
|
ArrowRight,
|
||||||
Purse,
|
Purse,
|
||||||
People
|
People,
|
||||||
|
Service
|
||||||
} from '@nutui/icons-react-taro'
|
} from '@nutui/icons-react-taro'
|
||||||
import {useDealerUser} from '@/hooks/useDealerUser'
|
import {useDealerUser} from '@/hooks/useDealerUser'
|
||||||
import {useThemeStyles} from '@/hooks/useTheme'
|
import {useThemeStyles} from '@/hooks/useTheme'
|
||||||
@@ -250,6 +251,14 @@ const DealerIndex: React.FC = () => {
|
|||||||
</View>
|
</View>
|
||||||
</Grid.Item>
|
</Grid.Item>
|
||||||
|
|
||||||
|
<Grid.Item text={'推荐客户'} onClick={() => navigateToPage('/dealer/referral/index')}>
|
||||||
|
<View className="text-center">
|
||||||
|
<View className="w-12 h-12 bg-pink-50 rounded-xl flex items-center justify-center mx-auto mb-2">
|
||||||
|
<Service color="#ec4899" size="20"/>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
</Grid.Item>
|
||||||
|
|
||||||
<Grid.Item text={'我的邀请码'} onClick={() => navigateToPage('/dealer/qrcode/index')}>
|
<Grid.Item text={'我的邀请码'} onClick={() => navigateToPage('/dealer/qrcode/index')}>
|
||||||
<View className="text-center">
|
<View className="text-center">
|
||||||
<View className="w-12 h-12 bg-orange-50 rounded-xl flex items-center justify-center mx-auto mb-2">
|
<View className="w-12 h-12 bg-orange-50 rounded-xl flex items-center justify-center mx-auto mb-2">
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
export default definePageConfig({
|
export default definePageConfig({
|
||||||
navigationBarTitleText: '推广二维码'
|
navigationBarTitleText: '账户管理中心',
|
||||||
|
// Enable "Share to friends" and "Share to Moments" (timeline) for this page.
|
||||||
|
enableShareAppMessage: true,
|
||||||
|
enableShareTimeline: true
|
||||||
})
|
})
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import React, {useState, useEffect} from 'react'
|
|||||||
import {View, Text, Image} from '@tarojs/components'
|
import {View, Text, Image} from '@tarojs/components'
|
||||||
import {Button, Loading} from '@nutui/nutui-react-taro'
|
import {Button, Loading} from '@nutui/nutui-react-taro'
|
||||||
import {Download, QrCode} from '@nutui/icons-react-taro'
|
import {Download, QrCode} from '@nutui/icons-react-taro'
|
||||||
import Taro from '@tarojs/taro'
|
import Taro, {useShareAppMessage} from '@tarojs/taro'
|
||||||
import {useDealerUser} from '@/hooks/useDealerUser'
|
import {useDealerUser} from '@/hooks/useDealerUser'
|
||||||
import {generateInviteCode} from '@/api/invite'
|
import {generateInviteCode} from '@/api/invite'
|
||||||
// import type {InviteStats} from '@/api/invite'
|
// import type {InviteStats} from '@/api/invite'
|
||||||
@@ -10,10 +10,44 @@ import {businessGradients} from '@/styles/gradients'
|
|||||||
|
|
||||||
const DealerQrcode: React.FC = () => {
|
const DealerQrcode: React.FC = () => {
|
||||||
const [miniProgramCodeUrl, setMiniProgramCodeUrl] = useState<string>('')
|
const [miniProgramCodeUrl, setMiniProgramCodeUrl] = useState<string>('')
|
||||||
const [loading, setLoading] = useState<boolean>(false)
|
const [codeLoading, setCodeLoading] = useState<boolean>(false)
|
||||||
|
const [saving, setSaving] = useState<boolean>(false)
|
||||||
// const [inviteStats, setInviteStats] = useState<InviteStats | null>(null)
|
// const [inviteStats, setInviteStats] = useState<InviteStats | null>(null)
|
||||||
// const [statsLoading, setStatsLoading] = useState<boolean>(false)
|
// const [statsLoading, setStatsLoading] = useState<boolean>(false)
|
||||||
const {dealerUser} = useDealerUser()
|
const {dealerUser, loading: dealerLoading, error, refresh} = useDealerUser()
|
||||||
|
|
||||||
|
// Enable "转发给朋友" + "分享到朋友圈" items in the share panel/menu.
|
||||||
|
useEffect(() => {
|
||||||
|
// Some clients require explicit call to show both share entries.
|
||||||
|
Taro.showShareMenu({
|
||||||
|
withShareTicket: true,
|
||||||
|
showShareItems: ['shareAppMessage', 'shareTimeline']
|
||||||
|
}).catch(() => {})
|
||||||
|
}, [])
|
||||||
|
|
||||||
|
// 转发给朋友(分享小程序链接)
|
||||||
|
useShareAppMessage(() => {
|
||||||
|
const inviterRaw = dealerUser?.userId ?? Taro.getStorageSync('UserId')
|
||||||
|
const inviter = Number(inviterRaw)
|
||||||
|
const hasInviter = Number.isFinite(inviter) && inviter > 0
|
||||||
|
|
||||||
|
const user = Taro.getStorageSync('User') || {}
|
||||||
|
const nickname = (user && (user.nickname || user.realName || user.username)) || ''
|
||||||
|
const title = hasInviter ? `${nickname || '我'}邀请你加入桂乐淘伙伴计划` : '桂乐淘伙伴计划'
|
||||||
|
|
||||||
|
return {
|
||||||
|
title,
|
||||||
|
path: hasInviter
|
||||||
|
? `/pages/index/index?inviter=${inviter}&source=dealer_qrcode&t=${Date.now()}`
|
||||||
|
: `/pages/index/index`,
|
||||||
|
success: function () {
|
||||||
|
Taro.showToast({title: '分享成功', icon: 'success', duration: 2000})
|
||||||
|
},
|
||||||
|
fail: function () {
|
||||||
|
Taro.showToast({title: '分享失败', icon: 'none', duration: 2000})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
})
|
||||||
|
|
||||||
// 生成小程序码
|
// 生成小程序码
|
||||||
const generateMiniProgramCode = async () => {
|
const generateMiniProgramCode = async () => {
|
||||||
@@ -22,7 +56,7 @@ const DealerQrcode: React.FC = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
setLoading(true)
|
setCodeLoading(true)
|
||||||
|
|
||||||
// 生成邀请小程序码
|
// 生成邀请小程序码
|
||||||
const codeUrl = await generateInviteCode(dealerUser.userId)
|
const codeUrl = await generateInviteCode(dealerUser.userId)
|
||||||
@@ -40,7 +74,7 @@ const DealerQrcode: React.FC = () => {
|
|||||||
// 清空之前的二维码
|
// 清空之前的二维码
|
||||||
setMiniProgramCodeUrl('')
|
setMiniProgramCodeUrl('')
|
||||||
} finally {
|
} finally {
|
||||||
setLoading(false)
|
setCodeLoading(false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -67,6 +101,66 @@ const DealerQrcode: React.FC = () => {
|
|||||||
}
|
}
|
||||||
}, [dealerUser?.userId])
|
}, [dealerUser?.userId])
|
||||||
|
|
||||||
|
const isAlbumAuthError = (errMsg?: string) => {
|
||||||
|
if (!errMsg) return false
|
||||||
|
// WeChat uses variants like: "saveImageToPhotosAlbum:fail auth deny",
|
||||||
|
// "saveImageToPhotosAlbum:fail auth denied", "authorize:fail auth deny"
|
||||||
|
return (
|
||||||
|
errMsg.includes('auth deny') ||
|
||||||
|
errMsg.includes('auth denied') ||
|
||||||
|
errMsg.includes('authorize') ||
|
||||||
|
errMsg.includes('scope.writePhotosAlbum')
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
const ensureWriteAlbumPermission = async (): Promise<boolean> => {
|
||||||
|
try {
|
||||||
|
const setting = await Taro.getSetting()
|
||||||
|
if (setting?.authSetting?.['scope.writePhotosAlbum']) return true
|
||||||
|
|
||||||
|
await Taro.authorize({scope: 'scope.writePhotosAlbum'})
|
||||||
|
return true
|
||||||
|
} catch (error: any) {
|
||||||
|
const modal = await Taro.showModal({
|
||||||
|
title: '提示',
|
||||||
|
content: '需要您授权保存图片到相册,请在设置中开启相册权限',
|
||||||
|
confirmText: '去设置'
|
||||||
|
})
|
||||||
|
if (modal.confirm) {
|
||||||
|
await Taro.openSetting()
|
||||||
|
}
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
const downloadImageToLocalPath = async (url: string): Promise<string> => {
|
||||||
|
// saveImageToPhotosAlbum must receive a local temp path (e.g. `http://tmp/...` or `wxfile://...`).
|
||||||
|
// Some environments may return a non-existing temp path from getImageInfo, so we verify.
|
||||||
|
if (url.startsWith('http://tmp/') || url.startsWith('wxfile://')) {
|
||||||
|
return url
|
||||||
|
}
|
||||||
|
|
||||||
|
const token = Taro.getStorageSync('access_token')
|
||||||
|
const tenantId = Taro.getStorageSync('TenantId')
|
||||||
|
const header: Record<string, string> = {}
|
||||||
|
if (token) header.Authorization = token
|
||||||
|
if (tenantId) header.TenantId = tenantId
|
||||||
|
|
||||||
|
// 先下载到本地临时文件再保存到相册
|
||||||
|
const res = await Taro.downloadFile({url, header})
|
||||||
|
if (res.statusCode !== 200 || !res.tempFilePath) {
|
||||||
|
throw new Error(`图片下载失败(${res.statusCode || 'unknown'})`)
|
||||||
|
}
|
||||||
|
|
||||||
|
// Double-check file exists to avoid: saveImageToPhotosAlbum:fail no such file or directory
|
||||||
|
try {
|
||||||
|
await Taro.getFileInfo({filePath: res.tempFilePath})
|
||||||
|
} catch (_) {
|
||||||
|
throw new Error('图片临时文件不存在,请重试')
|
||||||
|
}
|
||||||
|
return res.tempFilePath
|
||||||
|
}
|
||||||
|
|
||||||
// 保存小程序码到相册
|
// 保存小程序码到相册
|
||||||
const saveMiniProgramCode = async () => {
|
const saveMiniProgramCode = async () => {
|
||||||
if (!miniProgramCodeUrl) {
|
if (!miniProgramCodeUrl) {
|
||||||
@@ -78,39 +172,64 @@ const DealerQrcode: React.FC = () => {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
// 先下载图片到本地
|
if (saving) return
|
||||||
const res = await Taro.downloadFile({
|
setSaving(true)
|
||||||
url: miniProgramCodeUrl
|
Taro.showLoading({title: '保存中...'})
|
||||||
})
|
|
||||||
|
|
||||||
if (res.statusCode === 200) {
|
const hasPermission = await ensureWriteAlbumPermission()
|
||||||
// 保存到相册
|
if (!hasPermission) return
|
||||||
await Taro.saveImageToPhotosAlbum({
|
|
||||||
filePath: res.tempFilePath
|
let filePath = await downloadImageToLocalPath(miniProgramCodeUrl)
|
||||||
})
|
try {
|
||||||
|
await Taro.saveImageToPhotosAlbum({filePath})
|
||||||
|
} catch (e: any) {
|
||||||
|
const msg = e?.errMsg || e?.message || ''
|
||||||
|
// Fallback: some devices/clients may fail to save directly from a temp path.
|
||||||
|
if (
|
||||||
|
msg.includes('no such file or directory') &&
|
||||||
|
(filePath.startsWith('http://tmp/') || filePath.startsWith('wxfile://'))
|
||||||
|
) {
|
||||||
|
const saved = (await Taro.saveFile({tempFilePath: filePath})) as unknown as { savedFilePath?: string }
|
||||||
|
if (saved?.savedFilePath) {
|
||||||
|
filePath = saved.savedFilePath
|
||||||
|
}
|
||||||
|
await Taro.saveImageToPhotosAlbum({filePath})
|
||||||
|
} else {
|
||||||
|
throw e
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Taro.showToast({
|
Taro.showToast({
|
||||||
title: '保存成功',
|
title: '保存成功',
|
||||||
icon: 'success'
|
icon: 'success'
|
||||||
})
|
})
|
||||||
}
|
|
||||||
} catch (error: any) {
|
} catch (error: any) {
|
||||||
if (error.errMsg?.includes('auth deny')) {
|
const errMsg = error?.errMsg || error?.message
|
||||||
Taro.showModal({
|
if (errMsg?.includes('cancel')) {
|
||||||
|
Taro.showToast({title: '已取消', icon: 'none'})
|
||||||
|
return
|
||||||
|
}
|
||||||
|
|
||||||
|
if (isAlbumAuthError(errMsg)) {
|
||||||
|
const modal = await Taro.showModal({
|
||||||
title: '提示',
|
title: '提示',
|
||||||
content: '需要您授权保存图片到相册',
|
content: '需要您授权保存图片到相册',
|
||||||
success: (res) => {
|
confirmText: '去设置'
|
||||||
if (res.confirm) {
|
|
||||||
Taro.openSetting()
|
|
||||||
}
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
|
if (modal.confirm) {
|
||||||
|
await Taro.openSetting()
|
||||||
|
}
|
||||||
} else {
|
} else {
|
||||||
Taro.showToast({
|
// Prefer a modal so we can show the real reason (e.g. domain whitelist / network error).
|
||||||
|
await Taro.showModal({
|
||||||
title: '保存失败',
|
title: '保存失败',
|
||||||
icon: 'error'
|
content: errMsg || '保存失败,请稍后重试',
|
||||||
|
showCancel: false
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
} finally {
|
||||||
|
Taro.hideLoading()
|
||||||
|
setSaving(false)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -126,7 +245,7 @@ const DealerQrcode: React.FC = () => {
|
|||||||
//
|
//
|
||||||
// const inviteText = `🎉 邀请您加入我的团队!
|
// const inviteText = `🎉 邀请您加入我的团队!
|
||||||
//
|
//
|
||||||
// 扫描小程序码或搜索"九云售电云"小程序,即可享受优质商品和服务!
|
// 扫描小程序码或搜索"桂乐淘"小程序,即可享受优质商品和服务!
|
||||||
//
|
//
|
||||||
// 💰 成为我的团队成员,一起赚取丰厚佣金
|
// 💰 成为我的团队成员,一起赚取丰厚佣金
|
||||||
// 🎁 新用户专享优惠等你来拿
|
// 🎁 新用户专享优惠等你来拿
|
||||||
@@ -162,7 +281,7 @@ const DealerQrcode: React.FC = () => {
|
|||||||
// })
|
// })
|
||||||
// }
|
// }
|
||||||
|
|
||||||
if (!dealerUser) {
|
if (dealerLoading) {
|
||||||
return (
|
return (
|
||||||
<View className="bg-gray-50 min-h-screen flex items-center justify-center">
|
<View className="bg-gray-50 min-h-screen flex items-center justify-center">
|
||||||
<Loading/>
|
<Loading/>
|
||||||
@@ -171,6 +290,33 @@ const DealerQrcode: React.FC = () => {
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (error) {
|
||||||
|
return (
|
||||||
|
<View className="bg-gray-50 min-h-screen flex flex-col items-center justify-center p-6">
|
||||||
|
<Text className="text-gray-800 font-semibold">加载失败</Text>
|
||||||
|
<Text className="text-gray-500 text-sm mt-2">{error}</Text>
|
||||||
|
<Button className="mt-6" type="primary" onClick={refresh}>重试</Button>
|
||||||
|
</View>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
// 未成为分销商时给出明确引导,避免一直停留在“加载中”
|
||||||
|
if (!dealerUser) {
|
||||||
|
return (
|
||||||
|
<View className="bg-gray-50 min-h-screen flex flex-col items-center justify-center p-6">
|
||||||
|
<Text className="text-gray-800 font-semibold">你还不是分销商</Text>
|
||||||
|
<Text className="text-gray-500 text-sm mt-2 text-center">申请成为分销商后即可生成分享码</Text>
|
||||||
|
<Button
|
||||||
|
className="mt-6"
|
||||||
|
type="primary"
|
||||||
|
onClick={() => Taro.navigateTo({url: '/dealer/apply/add'})}
|
||||||
|
>
|
||||||
|
去申请
|
||||||
|
</Button>
|
||||||
|
</View>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<View className="bg-gray-50 min-h-screen">
|
<View className="bg-gray-50 min-h-screen">
|
||||||
{/* 头部卡片 */}
|
{/* 头部卡片 */}
|
||||||
@@ -185,9 +331,9 @@ const DealerQrcode: React.FC = () => {
|
|||||||
}}></View>
|
}}></View>
|
||||||
|
|
||||||
<View className="relative z-10 flex flex-col">
|
<View className="relative z-10 flex flex-col">
|
||||||
<Text className="text-2xl font-bold mb-2 text-white">我的邀请小程序码</Text>
|
<Text className="text-2xl font-bold mb-2 text-white">我的分享码</Text>
|
||||||
<Text className="text-white text-opacity-80">
|
<Text className="text-white text-opacity-80">
|
||||||
分享小程序码邀请好友,获得丰厚佣金奖励
|
与好友“共享福利 一起省、一起赚”
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
@@ -196,7 +342,7 @@ const DealerQrcode: React.FC = () => {
|
|||||||
{/* 小程序码展示区 */}
|
{/* 小程序码展示区 */}
|
||||||
<View className="bg-white rounded-2xl p-6 mb-6 shadow-sm">
|
<View className="bg-white rounded-2xl p-6 mb-6 shadow-sm">
|
||||||
<View className="text-center">
|
<View className="text-center">
|
||||||
{loading ? (
|
{codeLoading ? (
|
||||||
<View className="w-48 h-48 mx-auto mb-4 flex items-center justify-center bg-gray-50 rounded-xl">
|
<View className="w-48 h-48 mx-auto mb-4 flex items-center justify-center bg-gray-50 rounded-xl">
|
||||||
<Loading/>
|
<Loading/>
|
||||||
<Text className="text-gray-500 mt-2">生成中...</Text>
|
<Text className="text-gray-500 mt-2">生成中...</Text>
|
||||||
@@ -239,10 +385,10 @@ const DealerQrcode: React.FC = () => {
|
|||||||
)}
|
)}
|
||||||
|
|
||||||
<View className="text-lg font-semibold text-gray-800 mb-2">
|
<View className="text-lg font-semibold text-gray-800 mb-2">
|
||||||
扫码加入我的团队
|
桂乐淘伙伴计划
|
||||||
</View>
|
</View>
|
||||||
<View className="text-sm text-gray-500 mb-4">
|
<View className="text-sm text-gray-500 mb-4">
|
||||||
好友扫描小程序码即可直接进入小程序并建立邀请关系
|
自购省 | 分享赚 | 好友惠
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
|
|
||||||
@@ -258,34 +404,12 @@ const DealerQrcode: React.FC = () => {
|
|||||||
block
|
block
|
||||||
icon={<Download/>}
|
icon={<Download/>}
|
||||||
onClick={saveMiniProgramCode}
|
onClick={saveMiniProgramCode}
|
||||||
disabled={!miniProgramCodeUrl || loading}
|
disabled={!miniProgramCodeUrl || codeLoading || saving}
|
||||||
>
|
>
|
||||||
保存小程序码到相册
|
保存小程序码到相册
|
||||||
</Button>
|
</Button>
|
||||||
</View>
|
</View>
|
||||||
{/*<View className={'my-2 bg-white'}>*/}
|
|
||||||
{/* <Button*/}
|
|
||||||
{/* size="large"*/}
|
|
||||||
{/* block*/}
|
|
||||||
{/* icon={<Copy/>}*/}
|
|
||||||
{/* onClick={copyInviteInfo}*/}
|
|
||||||
{/* disabled={!dealerUser?.userId || loading}*/}
|
|
||||||
{/* >*/}
|
|
||||||
{/* 复制邀请信息*/}
|
|
||||||
{/* </Button>*/}
|
|
||||||
{/*</View>*/}
|
|
||||||
{/*<View className={'my-2 bg-white'}>*/}
|
|
||||||
{/* <Button*/}
|
|
||||||
{/* size="large"*/}
|
|
||||||
{/* block*/}
|
|
||||||
{/* fill="outline"*/}
|
|
||||||
{/* icon={<Share/>}*/}
|
|
||||||
{/* onClick={shareMiniProgramCode}*/}
|
|
||||||
{/* disabled={!dealerUser?.userId || loading}*/}
|
|
||||||
{/* >*/}
|
|
||||||
{/* 分享给好友*/}
|
|
||||||
{/* </Button>*/}
|
|
||||||
{/*</View>*/}
|
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
{/* 推广说明 */}
|
{/* 推广说明 */}
|
||||||
|
|||||||
3
src/dealer/referral/index.config.ts
Normal file
3
src/dealer/referral/index.config.ts
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
export default definePageConfig({
|
||||||
|
navigationBarTitleText: '推荐客户赚佣金'
|
||||||
|
})
|
||||||
132
src/dealer/referral/index.scss
Normal file
132
src/dealer/referral/index.scss
Normal file
@@ -0,0 +1,132 @@
|
|||||||
|
.referral-page {
|
||||||
|
min-height: 100vh;
|
||||||
|
background-color: #f5f5f7;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stats-section {
|
||||||
|
padding: 24px 16px;
|
||||||
|
color: #fff;
|
||||||
|
|
||||||
|
.stats-title {
|
||||||
|
margin-bottom: 16px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stats-grid {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(4, 1fr);
|
||||||
|
gap: 8px;
|
||||||
|
|
||||||
|
.stat-item {
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
.stat-value {
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: bold;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stat-label {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-section {
|
||||||
|
padding: 0 16px 16px;
|
||||||
|
|
||||||
|
.section-title {
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-card {
|
||||||
|
background: #fff;
|
||||||
|
border-radius: 12px;
|
||||||
|
padding: 8px 0;
|
||||||
|
|
||||||
|
.nut-input-text {
|
||||||
|
flex: 1;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.submit-btn {
|
||||||
|
padding: 16px;
|
||||||
|
|
||||||
|
button {
|
||||||
|
width: 100%;
|
||||||
|
border-radius: 8px;
|
||||||
|
height: 44px;
|
||||||
|
line-height: 44px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.tips {
|
||||||
|
padding: 0 16px 16px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.records-section {
|
||||||
|
padding: 0 16px 16px;
|
||||||
|
|
||||||
|
.section-title {
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.empty-state {
|
||||||
|
background: #fff;
|
||||||
|
border-radius: 12px;
|
||||||
|
padding: 40px;
|
||||||
|
text-align: center;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
gap: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.record-card {
|
||||||
|
background: #fff;
|
||||||
|
border-radius: 12px;
|
||||||
|
padding: 16px;
|
||||||
|
margin-bottom: 12px;
|
||||||
|
|
||||||
|
.record-header {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 12px;
|
||||||
|
|
||||||
|
.customer-info {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.status-tag {
|
||||||
|
padding: 4px 10px;
|
||||||
|
border-radius: 12px;
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.record-body {
|
||||||
|
.record-row {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
padding: 6px 0;
|
||||||
|
|
||||||
|
&:not(:last-child) {
|
||||||
|
border-bottom: 1px solid #f0f0f0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-more {
|
||||||
|
text-align: center;
|
||||||
|
padding: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
323
src/dealer/referral/index.tsx
Normal file
323
src/dealer/referral/index.tsx
Normal file
@@ -0,0 +1,323 @@
|
|||||||
|
import React, {useState, useEffect} from 'react'
|
||||||
|
import {View, Text, ScrollView, Input, Button} from '@tarojs/components'
|
||||||
|
import {ConfigProvider, Field, Cell, CellGroup, Toast} from '@nutui/nutui-react-taro'
|
||||||
|
import {useDealerUser} from '@/hooks/useDealerUser'
|
||||||
|
import Taro from '@tarojs/taro'
|
||||||
|
import {addReferral, getMyReferrals, getMyStats} from '@/api/app/referral'
|
||||||
|
import './index.scss'
|
||||||
|
|
||||||
|
// 状态映射
|
||||||
|
const STATUS_MAP: Record<number, { text: string; color: string }> = {
|
||||||
|
0: {text: '待确认', color: '#ff9800'},
|
||||||
|
1: {text: '有效', color: '#4caf50'},
|
||||||
|
2: {text: '无效', color: '#9e9e9e'},
|
||||||
|
3: {text: '已结算', color: '#2196f3'}
|
||||||
|
}
|
||||||
|
|
||||||
|
const ReferralPage: React.FC = () => {
|
||||||
|
const {dealerUser} = useDealerUser()
|
||||||
|
const [loading, setLoading] = useState(false)
|
||||||
|
const [submitting, setSubmitting] = useState(false)
|
||||||
|
|
||||||
|
// 表单数据
|
||||||
|
const [formData, setFormData] = useState({
|
||||||
|
customerName: '',
|
||||||
|
customerPhone: '',
|
||||||
|
customerCompany: '',
|
||||||
|
requirement: '',
|
||||||
|
remarks: ''
|
||||||
|
})
|
||||||
|
|
||||||
|
// 统计
|
||||||
|
const [stats, setStats] = useState({
|
||||||
|
totalCount: 0,
|
||||||
|
pendingCount: 0,
|
||||||
|
validCount: 0,
|
||||||
|
settledCount: 0,
|
||||||
|
pendingAmount: 0
|
||||||
|
})
|
||||||
|
|
||||||
|
// 记录列表
|
||||||
|
const [records, setRecords] = useState<any[]>([])
|
||||||
|
const [page, setPage] = useState(1)
|
||||||
|
const [hasMore, setHasMore] = useState(true)
|
||||||
|
|
||||||
|
// 加载数据
|
||||||
|
const loadData = async () => {
|
||||||
|
if (!dealerUser?.userId) return
|
||||||
|
|
||||||
|
try {
|
||||||
|
setLoading(true)
|
||||||
|
|
||||||
|
// 获取统计
|
||||||
|
const statsRes = await getMyStats()
|
||||||
|
if (statsRes.data.code === 0) {
|
||||||
|
setStats(statsRes.data.data)
|
||||||
|
}
|
||||||
|
|
||||||
|
// 获取列表
|
||||||
|
const listRes = await getMyReferrals({pageNum: 1, pageSize: 10})
|
||||||
|
if (listRes.data.code === 0) {
|
||||||
|
setRecords(listRes.data.data.list || [])
|
||||||
|
setHasMore(listRes.data.data.list?.length === 10)
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
console.error('加载失败', error)
|
||||||
|
} finally {
|
||||||
|
setLoading(false)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
loadData()
|
||||||
|
}, [dealerUser])
|
||||||
|
|
||||||
|
// 输入处理
|
||||||
|
const handleInput = (field: string, value: string) => {
|
||||||
|
setFormData(prev => ({...prev, [field]: value}))
|
||||||
|
}
|
||||||
|
|
||||||
|
// 表单验证
|
||||||
|
const validateForm = () => {
|
||||||
|
if (!formData.customerName.trim()) {
|
||||||
|
Toast.text('请输入客户姓名')
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
if (!formData.customerPhone.trim()) {
|
||||||
|
Toast.text('请输入客户电话')
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
if (!/^1[3-9]\d{9}$/.test(formData.customerPhone)) {
|
||||||
|
Toast.text('请输入正确的手机号')
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
|
||||||
|
// 提交报备
|
||||||
|
const handleSubmit = async () => {
|
||||||
|
if (!validateForm()) return
|
||||||
|
|
||||||
|
try {
|
||||||
|
setSubmitting(true)
|
||||||
|
const res = await addReferral(formData)
|
||||||
|
|
||||||
|
if (res.data.code === 0) {
|
||||||
|
Toast.text('报备成功!')
|
||||||
|
// 清空表单
|
||||||
|
setFormData({
|
||||||
|
customerName: '',
|
||||||
|
customerPhone: '',
|
||||||
|
customerCompany: '',
|
||||||
|
requirement: '',
|
||||||
|
remarks: ''
|
||||||
|
})
|
||||||
|
// 刷新数据
|
||||||
|
loadData()
|
||||||
|
} else {
|
||||||
|
Toast.text(res.data.message || '报备失败')
|
||||||
|
}
|
||||||
|
} catch (error: any) {
|
||||||
|
Toast.text(error.message || '报备失败')
|
||||||
|
} finally {
|
||||||
|
setSubmitting(false)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 拨打电话
|
||||||
|
const handleCall = (phone: string) => {
|
||||||
|
if (phone) {
|
||||||
|
Taro.makePhoneCall({phoneNumber: phone})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 加载更多
|
||||||
|
const loadMore = async () => {
|
||||||
|
if (!hasMore || loading) return
|
||||||
|
|
||||||
|
try {
|
||||||
|
const nextPage = page + 1
|
||||||
|
const res = await getMyReferrals({pageNum: nextPage, pageSize: 10})
|
||||||
|
if (res.data.code === 0 && res.data.data.list) {
|
||||||
|
setRecords(prev => [...prev, ...res.data.data.list])
|
||||||
|
setPage(nextPage)
|
||||||
|
setHasMore(res.data.data.list.length === 10)
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
console.error('加载更多失败', error)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return (
|
||||||
|
<View className="referral-page">
|
||||||
|
{/* 头部统计 */}
|
||||||
|
<View className="stats-section" style={{background: 'linear-gradient(135deg, #667eea 0%, #764ba2 100%)'}}>
|
||||||
|
<View className="stats-title">
|
||||||
|
<Text className="text-white text-lg font-bold">我的推荐奖励</Text>
|
||||||
|
</View>
|
||||||
|
<View className="stats-grid">
|
||||||
|
<View className="stat-item">
|
||||||
|
<Text className="stat-value text-white">{stats.totalCount}</Text>
|
||||||
|
<Text className="stat-label" style={{color: 'rgba(255,255,255,0.8)'}}>总推荐</Text>
|
||||||
|
</View>
|
||||||
|
<View className="stat-item">
|
||||||
|
<Text className="stat-value text-white">{stats.pendingCount}</Text>
|
||||||
|
<Text className="stat-label" style={{color: 'rgba(255,255,255,0.8)'}}>待确认</Text>
|
||||||
|
</View>
|
||||||
|
<View className="stat-item">
|
||||||
|
<Text className="stat-value text-white">{stats.validCount}</Text>
|
||||||
|
<Text className="stat-label" style={{color: 'rgba(255,255,255,0.8)'}}>有效</Text>
|
||||||
|
</View>
|
||||||
|
<View className="stat-item">
|
||||||
|
<Text className="stat-value text-white">¥{stats.pendingAmount.toFixed(2)}</Text>
|
||||||
|
<Text className="stat-label" style={{color: 'rgba(255,255,255,0.8)'}}>待结算</Text>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
|
||||||
|
{/* 报备表单 */}
|
||||||
|
<View className="form-section">
|
||||||
|
<View className="section-title">
|
||||||
|
<Text className="font-bold text-gray-800">推荐新客户</Text>
|
||||||
|
</View>
|
||||||
|
<View className="form-card">
|
||||||
|
<CellGroup>
|
||||||
|
<Cell title="客户姓名">
|
||||||
|
<Input
|
||||||
|
className="nut-input-text"
|
||||||
|
placeholder="请输入客户姓名"
|
||||||
|
value={formData.customerName}
|
||||||
|
onInput={(e) => handleInput('customerName', e.detail.value)}
|
||||||
|
/>
|
||||||
|
</Cell>
|
||||||
|
<Cell title="联系电话">
|
||||||
|
<Input
|
||||||
|
className="nut-input-text"
|
||||||
|
type="number"
|
||||||
|
maxlength={11}
|
||||||
|
placeholder="请输入客户电话"
|
||||||
|
value={formData.customerPhone}
|
||||||
|
onInput={(e) => handleInput('customerPhone', e.detail.value)}
|
||||||
|
/>
|
||||||
|
</Cell>
|
||||||
|
<Cell title="公司名称">
|
||||||
|
<Input
|
||||||
|
className="nut-input-text"
|
||||||
|
placeholder="请输入公司名称(选填)"
|
||||||
|
value={formData.customerCompany}
|
||||||
|
onInput={(e) => handleInput('customerCompany', e.detail.value)}
|
||||||
|
/>
|
||||||
|
</Cell>
|
||||||
|
<Cell title="需求描述">
|
||||||
|
<Input
|
||||||
|
className="nut-input-text"
|
||||||
|
type="textarea"
|
||||||
|
placeholder="请描述客户需求(选填)"
|
||||||
|
value={formData.requirement}
|
||||||
|
onInput={(e) => handleInput('requirement', e.detail.value)}
|
||||||
|
style={{height: '80px', textAlign: 'left'}}
|
||||||
|
/>
|
||||||
|
</Cell>
|
||||||
|
</CellGroup>
|
||||||
|
|
||||||
|
<View className="submit-btn">
|
||||||
|
<Button
|
||||||
|
type="primary"
|
||||||
|
loading={submitting}
|
||||||
|
onClick={handleSubmit}
|
||||||
|
style={{
|
||||||
|
background: 'linear-gradient(135deg, #667eea 0%, #764ba2 100%)',
|
||||||
|
border: 'none'
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
提交报备
|
||||||
|
</Button>
|
||||||
|
</View>
|
||||||
|
|
||||||
|
<View className="tips">
|
||||||
|
<Text className="text-gray-500 text-sm">
|
||||||
|
报备成功后,业务员会尽快联系您的客户。成交后您将获得相应佣金奖励。
|
||||||
|
</Text>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
|
||||||
|
{/* 推荐记录 */}
|
||||||
|
<View className="records-section">
|
||||||
|
<View className="section-title">
|
||||||
|
<Text className="font-bold text-gray-800">我的推荐记录</Text>
|
||||||
|
</View>
|
||||||
|
|
||||||
|
{records.length === 0 ? (
|
||||||
|
<View className="empty-state">
|
||||||
|
<Text className="text-gray-400">暂无推荐记录</Text>
|
||||||
|
<Text className="text-gray-400 text-sm">快去推荐客户吧</Text>
|
||||||
|
</View>
|
||||||
|
) : (
|
||||||
|
<ScrollView
|
||||||
|
scrollY
|
||||||
|
onScrollToLower={loadMore}
|
||||||
|
style={{height: '300px'}}
|
||||||
|
>
|
||||||
|
{records.map((item) => {
|
||||||
|
const statusInfo = STATUS_MAP[item.referralStatus] || STATUS_MAP[0]
|
||||||
|
return (
|
||||||
|
<View key={item.referralId} className="record-card">
|
||||||
|
<View className="record-header">
|
||||||
|
<View className="customer-info">
|
||||||
|
<Text className="font-bold text-gray-800">{item.customerName}</Text>
|
||||||
|
<Text
|
||||||
|
className="text-blue-500 text-sm ml-2"
|
||||||
|
onClick={() => handleCall(item.customerPhone)}
|
||||||
|
>
|
||||||
|
{item.customerPhone}
|
||||||
|
</Text>
|
||||||
|
</View>
|
||||||
|
<View
|
||||||
|
className="status-tag"
|
||||||
|
style={{backgroundColor: statusInfo.color + '20', color: statusInfo.color}}
|
||||||
|
>
|
||||||
|
{statusInfo.text}
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
|
||||||
|
<View className="record-body">
|
||||||
|
<View className="record-row">
|
||||||
|
<Text className="text-gray-500 text-sm">推荐时间</Text>
|
||||||
|
<Text className="text-gray-700 text-sm">{item.createTime}</Text>
|
||||||
|
</View>
|
||||||
|
{item.referralFee > 0 && (
|
||||||
|
<View className="record-row">
|
||||||
|
<Text className="text-gray-500 text-sm">奖励金额</Text>
|
||||||
|
<Text className="text-red-500 font-bold text-sm">
|
||||||
|
¥{item.referralFee.toFixed(2)}
|
||||||
|
</Text>
|
||||||
|
</View>
|
||||||
|
)}
|
||||||
|
{item.leadStatusText && (
|
||||||
|
<View className="record-row">
|
||||||
|
<Text className="text-gray-500 text-sm">客户状态</Text>
|
||||||
|
<Text className="text-gray-700 text-sm">{item.leadStatusText}</Text>
|
||||||
|
</View>
|
||||||
|
)}
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
)
|
||||||
|
})}
|
||||||
|
|
||||||
|
{!hasMore && records.length > 0 && (
|
||||||
|
<View className="no-more">
|
||||||
|
<Text className="text-gray-400 text-sm">没有更多了</Text>
|
||||||
|
</View>
|
||||||
|
)}
|
||||||
|
</ScrollView>
|
||||||
|
)}
|
||||||
|
</View>
|
||||||
|
|
||||||
|
{/* 底部安全区 */}
|
||||||
|
<View className="h-20"></View>
|
||||||
|
</View>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default ReferralPage
|
||||||
@@ -325,7 +325,7 @@ const DealerTeam: React.FC = () => {
|
|||||||
</View>
|
</View>
|
||||||
{/* 显示手机号(仅本级可见) */}
|
{/* 显示手机号(仅本级可见) */}
|
||||||
{showPhone && member.phone && (
|
{showPhone && member.phone && (
|
||||||
<Text className="text-sm text-gray-500" onClick={(e) => {
|
<Text className="text-sm text-gray-500 hidden" onClick={(e) => {
|
||||||
e.stopPropagation();
|
e.stopPropagation();
|
||||||
makePhoneCall(member.phone || '');
|
makePhoneCall(member.phone || '');
|
||||||
}}>
|
}}>
|
||||||
@@ -334,14 +334,9 @@ const DealerTeam: React.FC = () => {
|
|||||||
</Text>
|
</Text>
|
||||||
)}
|
)}
|
||||||
</View>
|
</View>
|
||||||
<Space>
|
|
||||||
<Text>
|
|
||||||
<Text className="text-xs text-gray-500">UID:{member.userId}</Text>
|
|
||||||
</Text>
|
|
||||||
<Text className="text-xs text-gray-500">
|
<Text className="text-xs text-gray-500">
|
||||||
加入时间:{member.joinTime}
|
加入时间:{member.joinTime}
|
||||||
</Text>
|
</Text>
|
||||||
</Space>
|
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
|
|||||||
@@ -46,9 +46,17 @@ export const useDealerUser = (): UseDealerUserReturn => {
|
|||||||
setDealerUser(dealer)
|
setDealerUser(dealer)
|
||||||
} else {
|
} else {
|
||||||
setDealerUser(null)
|
setDealerUser(null)
|
||||||
|
// 没有经销商记录,跳转到申请加入页面
|
||||||
|
Taro.redirectTo({ url: '/dealer/apply/add' })
|
||||||
}
|
}
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
const errorMessage = err instanceof Error ? err.message : '获取经销商信息失败'
|
const errorMessage = err instanceof Error ? err.message : '获取经销商信息失败'
|
||||||
|
// 如果错误消息是"操作成功"(接口返回成功但无数据),也跳转到申请页面
|
||||||
|
if (errorMessage === '操作成功' || errorMessage === '查询成功') {
|
||||||
|
setDealerUser(null)
|
||||||
|
Taro.redirectTo({ url: '/dealer/apply/add' })
|
||||||
|
return
|
||||||
|
}
|
||||||
setError(errorMessage)
|
setError(errorMessage)
|
||||||
setDealerUser(null)
|
setDealerUser(null)
|
||||||
} finally {
|
} finally {
|
||||||
|
|||||||
@@ -52,7 +52,7 @@ const highlightItems = [
|
|||||||
{
|
{
|
||||||
icon: <Star size={22} color="#ffffff" />,
|
icon: <Star size={22} color="#ffffff" />,
|
||||||
title: '真实口碑',
|
title: '真实口碑',
|
||||||
description: '5000+家庭选择,98%满意度,支持老房换窗与整屋升级。'
|
description: '10万+家庭选择,98%满意度,支持老房换窗与整屋升级。'
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -220,15 +220,15 @@ const BrochurePage: React.FC = () => {
|
|||||||
|
|
||||||
<View className="brochure-page__stats">
|
<View className="brochure-page__stats">
|
||||||
<View className="brochure-page__stat">
|
<View className="brochure-page__stat">
|
||||||
<Text className="brochure-page__stat-value">10年</Text>
|
<Text className="brochure-page__stat-value">20年</Text>
|
||||||
<Text className="brochure-page__stat-label">质保承诺</Text>
|
<Text className="brochure-page__stat-label">质保承诺(整窗)</Text>
|
||||||
</View>
|
</View>
|
||||||
<View className="brochure-page__stat">
|
<View className="brochure-page__stat">
|
||||||
<Text className="brochure-page__stat-value">15年</Text>
|
<Text className="brochure-page__stat-value">15年</Text>
|
||||||
<Text className="brochure-page__stat-label">安装经验</Text>
|
<Text className="brochure-page__stat-label">安装经验</Text>
|
||||||
</View>
|
</View>
|
||||||
<View className="brochure-page__stat">
|
<View className="brochure-page__stat">
|
||||||
<Text className="brochure-page__stat-value">5000+</Text>
|
<Text className="brochure-page__stat-value">10万+</Text>
|
||||||
<Text className="brochure-page__stat-label">家庭选择</Text>
|
<Text className="brochure-page__stat-label">家庭选择</Text>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
@@ -42,17 +42,6 @@
|
|||||||
min-height: 140px;
|
min-height: 140px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__name {
|
|
||||||
font-size: 16px;
|
|
||||||
font-weight: 600;
|
|
||||||
color: #1a1a1a;
|
|
||||||
display: -webkit-box;
|
|
||||||
-webkit-line-clamp: 2;
|
|
||||||
-webkit-box-orient: vertical;
|
|
||||||
overflow: hidden;
|
|
||||||
line-height: 1.4;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__tags {
|
&__tags {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -60,19 +49,6 @@
|
|||||||
margin-top: 6px;
|
margin-top: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__comment {
|
|
||||||
font-size: 14px;
|
|
||||||
color: #f59e0b;
|
|
||||||
background: rgba(245, 158, 11, 0.08);
|
|
||||||
padding: 2px 8px;
|
|
||||||
border-radius: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__sales {
|
|
||||||
font-size: 14px;
|
|
||||||
color: #9ca3af;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ═══ 底部操作栏 ═══ */
|
/* ═══ 底部操作栏 ═══ */
|
||||||
&__bottom {
|
&__bottom {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -87,19 +63,6 @@
|
|||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__price-symbol {
|
|
||||||
font-size: 15px;
|
|
||||||
font-weight: 600;
|
|
||||||
color: #ef4444;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__price-num {
|
|
||||||
font-size: 28px;
|
|
||||||
font-weight: 800;
|
|
||||||
color: #ef4444;
|
|
||||||
line-height: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__actions {
|
&__actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -125,12 +88,6 @@
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
|
box-shadow: 0 2px 8px rgba(37, 99, 235, 0.3);
|
||||||
|
|
||||||
Text {
|
|
||||||
font-size: 15px;
|
|
||||||
font-weight: 600;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -138,9 +95,4 @@
|
|||||||
.bestsellers-empty {
|
.bestsellers-empty {
|
||||||
padding: 40px 0;
|
padding: 40px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
|
||||||
&__text {
|
|
||||||
font-size: 15px;
|
|
||||||
color: #9ca3af;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -96,18 +96,18 @@ const BestSellers = () => {
|
|||||||
|
|
||||||
{/* 右侧信息区 */}
|
{/* 右侧信息区 */}
|
||||||
<View className="bestsellers-item__info">
|
<View className="bestsellers-item__info">
|
||||||
<Text className="bestsellers-item__name">{item.name}</Text>
|
<Text className="text-base font-semibold text-gray-900 leading-snug">{item.name}</Text>
|
||||||
|
|
||||||
<View className="bestsellers-item__tags">
|
<View className="bestsellers-item__tags">
|
||||||
<Text className="bestsellers-item__comment">{item.comments}</Text>
|
<Text className="text-sm text-amber-500 bg-amber-50 px-2 rounded">{item.comments}</Text>
|
||||||
<Text className="bestsellers-item__sales">已售 {item.sales}</Text>
|
<Text className="text-sm text-gray-400">已售 {item.sales}</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
<View className="bestsellers-item__bottom">
|
<View className="bestsellers-item__bottom">
|
||||||
{/* 价格 */}
|
{/* 价格 */}
|
||||||
<View className="bestsellers-item__price-wrap">
|
<View className="bestsellers-item__price-wrap">
|
||||||
<Text className="bestsellers-item__price-symbol">¥</Text>
|
<Text className="text-15 font-semibold text-red-500">¥</Text>
|
||||||
<Text className="bestsellers-item__price-num">{item.price}</Text>
|
<Text className="text-28 font-extrabold text-red-500 leading-none">{item.price}</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
{/* 操作按钮 */}
|
{/* 操作按钮 */}
|
||||||
@@ -119,7 +119,7 @@ const BestSellers = () => {
|
|||||||
<Share size={18} color="#9ca3af" />
|
<Share size={18} color="#9ca3af" />
|
||||||
</View>
|
</View>
|
||||||
<View className="bestsellers-item__buy-btn">
|
<View className="bestsellers-item__buy-btn">
|
||||||
<Text>购买</Text>
|
<Text className="text-base font-semibold text-white">购买</Text>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
@@ -129,7 +129,7 @@ const BestSellers = () => {
|
|||||||
|
|
||||||
{list.length === 0 && (
|
{list.length === 0 && (
|
||||||
<View className="bestsellers-empty">
|
<View className="bestsellers-empty">
|
||||||
<Text className="bestsellers-empty__text">暂无热销商品</Text>
|
<Text className="text-base text-gray-400">暂无热销商品</Text>
|
||||||
</View>
|
</View>
|
||||||
)}
|
)}
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
@@ -40,6 +40,7 @@
|
|||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
padding: 16px;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -51,26 +52,6 @@
|
|||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__badge {
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 700;
|
|
||||||
color: rgba(255, 255, 255, 0.5);
|
|
||||||
letter-spacing: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__title {
|
|
||||||
font-size: 24px;
|
|
||||||
font-weight: 700;
|
|
||||||
color: #ffffff;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__desc {
|
|
||||||
font-size: 15px;
|
|
||||||
color: rgba(255, 255, 255, 0.65);
|
|
||||||
line-height: 1.5;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__cta {
|
&__cta {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -84,20 +65,14 @@
|
|||||||
border: 1px solid rgba(255, 255, 255, 0.2);
|
border: 1px solid rgba(255, 255, 255, 0.2);
|
||||||
}
|
}
|
||||||
|
|
||||||
&__cta-text {
|
|
||||||
font-size: 15px;
|
|
||||||
font-weight: 600;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ═══ 右侧书本图形 ═══ */
|
/* ═══ 右侧书本图形 ═══ */
|
||||||
&__right {
|
&__right {
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__book {
|
&__book {
|
||||||
width: 72px;
|
width: 142px;
|
||||||
height: 90px;
|
height: 180px;
|
||||||
background: rgba(255, 255, 255, 0.12);
|
background: rgba(255, 255, 255, 0.12);
|
||||||
border-radius: 4px 10px 10px 4px;
|
border-radius: 4px 10px 10px 4px;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -132,13 +107,4 @@
|
|||||||
&:nth-child(2) { height: 40px; }
|
&:nth-child(2) { height: 40px; }
|
||||||
&:nth-child(3) { height: 32px; }
|
&:nth-child(3) { height: 32px; }
|
||||||
}
|
}
|
||||||
|
|
||||||
&__book-label {
|
|
||||||
position: absolute;
|
|
||||||
bottom: 6px;
|
|
||||||
right: 8px;
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 700;
|
|
||||||
color: rgba(255, 255, 255, 0.4);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -38,13 +38,15 @@ function CatalogShowcase() {
|
|||||||
|
|
||||||
<View className="catalog-card__content">
|
<View className="catalog-card__content">
|
||||||
<View className="catalog-card__left">
|
<View className="catalog-card__left">
|
||||||
<Text className="catalog-card__badge">BRAND CATALOG</Text>
|
<Text className="text-xs text-gray-400 tracking-widest">BRAND CATALOG</Text>
|
||||||
<Text className="catalog-card__title">品牌画册</Text>
|
<Text className="text-2xl font-bold text-white mb-1">品牌画册</Text>
|
||||||
<Text className="catalog-card__desc">
|
<Text className="text-xs text-gray-300 leading-relaxed" style={{
|
||||||
|
width: '90%'
|
||||||
|
}}>
|
||||||
了解南南佐顿门窗的完整产品线与定制方案
|
了解南南佐顿门窗的完整产品线与定制方案
|
||||||
</Text>
|
</Text>
|
||||||
<View className="catalog-card__cta">
|
<View className="catalog-card__cta">
|
||||||
<Text className="catalog-card__cta-text">点击查看画册</Text>
|
<Text className="text-base font-semibold text-white px-4">点击查看画册</Text>
|
||||||
<ArrowRight size={16} color="#ffffff" />
|
<ArrowRight size={16} color="#ffffff" />
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
@@ -57,7 +59,7 @@ function CatalogShowcase() {
|
|||||||
<View className="catalog-card__book-page" />
|
<View className="catalog-card__book-page" />
|
||||||
<View className="catalog-card__book-page" />
|
<View className="catalog-card__book-page" />
|
||||||
</View>
|
</View>
|
||||||
<Text className="catalog-card__book-label">2026</Text>
|
<Text className="text-lg font-bold text-gray-300 px-1">2026</Text>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
@@ -10,20 +10,6 @@
|
|||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__intro-title {
|
|
||||||
display: block;
|
|
||||||
font-size: 24px;
|
|
||||||
font-weight: 700;
|
|
||||||
color: #ffffff;
|
|
||||||
margin-bottom: 6px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__intro-desc {
|
|
||||||
display: block;
|
|
||||||
font-size: 15px;
|
|
||||||
color: rgba(255, 255, 255, 0.5);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ═══ 操作按钮区 ═══ */
|
/* ═══ 操作按钮区 ═══ */
|
||||||
&__actions {
|
&__actions {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -38,6 +24,18 @@
|
|||||||
padding: 16px 18px;
|
padding: 16px 18px;
|
||||||
border-radius: 14px;
|
border-radius: 14px;
|
||||||
transition: opacity 0.2s;
|
transition: opacity 0.2s;
|
||||||
|
border: none;
|
||||||
|
outline: none;
|
||||||
|
background: none;
|
||||||
|
font-size: inherit;
|
||||||
|
line-height: inherit;
|
||||||
|
text-align: left;
|
||||||
|
width: 100%;
|
||||||
|
box-sizing: border-box;
|
||||||
|
|
||||||
|
&::after {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
opacity: 0.8;
|
opacity: 0.8;
|
||||||
@@ -61,35 +59,10 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__action-label {
|
|
||||||
font-size: 17px;
|
|
||||||
font-weight: 600;
|
|
||||||
color: #ffffff;
|
|
||||||
margin-bottom: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__action-value {
|
|
||||||
font-size: 14px;
|
|
||||||
color: rgba(255, 255, 255, 0.6);
|
|
||||||
}
|
|
||||||
|
|
||||||
/* ═══ 底部信息 ═══ */
|
/* ═══ 底部信息 ═══ */
|
||||||
&__footer {
|
&__footer {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
padding-top: 20px;
|
padding-top: 20px;
|
||||||
border-top: 1px solid rgba(255, 255, 255, 0.08);
|
border-top: 1px solid rgba(255, 255, 255, 0.08);
|
||||||
}
|
}
|
||||||
|
|
||||||
&__footer-text {
|
|
||||||
display: block;
|
|
||||||
font-size: 14px;
|
|
||||||
color: rgba(255, 255, 255, 0.4);
|
|
||||||
margin-bottom: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__footer-sub {
|
|
||||||
display: block;
|
|
||||||
font-size: 13px;
|
|
||||||
color: rgba(255, 255, 255, 0.25);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -31,46 +31,14 @@ const ContactSection: React.FC = () => {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
const handleOnlineChat = () => {
|
|
||||||
Taro.getStorage({
|
|
||||||
key: 'userInfo',
|
|
||||||
success: (_) => {
|
|
||||||
Taro.navigateTo({
|
|
||||||
url: '/pages/user/chat/conversation/index',
|
|
||||||
fail: (err) => {
|
|
||||||
console.error('跳转失败:', err)
|
|
||||||
Taro.showToast({ title: '跳转失败,请稍后重试', icon: 'none' })
|
|
||||||
}
|
|
||||||
})
|
|
||||||
},
|
|
||||||
fail: () => {
|
|
||||||
Taro.showModal({
|
|
||||||
title: '登录提示',
|
|
||||||
content: '需要登录后才能在线咨询,是否立即登录?',
|
|
||||||
confirmText: '去登录',
|
|
||||||
cancelText: '稍后再说',
|
|
||||||
success: (loginRes) => {
|
|
||||||
if (loginRes.confirm) {
|
|
||||||
Taro.navigateTo({
|
|
||||||
url: '/pages/passport/login',
|
|
||||||
fail: (err) => {
|
|
||||||
console.error('跳转到登录页失败:', err)
|
|
||||||
Taro.showToast({ title: '跳转失败', icon: 'none' })
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
|
||||||
})
|
|
||||||
}
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
<View className={'px-2'}>
|
||||||
<View className="contact-section">
|
<View className="contact-section">
|
||||||
{/* 顶部引言区 */}
|
{/* 顶部引言区 */}
|
||||||
<View className="contact-section__intro">
|
<View className="contact-section__intro">
|
||||||
<Text className="contact-section__intro-title">联系我们</Text>
|
<Text className="block text-2xl font-bold text-white mb-1">联系我们</Text>
|
||||||
<Text className="contact-section__intro-desc">
|
<Text className="block text-base text-white">
|
||||||
随时为您提供专业的门窗定制咨询服务
|
随时为您提供专业的门窗定制咨询服务
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
@@ -80,30 +48,31 @@ const ContactSection: React.FC = () => {
|
|||||||
<View className="contact-section__action contact-section__action--primary" onClick={handleCallPhone}>
|
<View className="contact-section__action contact-section__action--primary" onClick={handleCallPhone}>
|
||||||
<Phone size={22} color="#ffffff"/>
|
<Phone size={22} color="#ffffff"/>
|
||||||
<View className="contact-section__action-text">
|
<View className="contact-section__action-text">
|
||||||
<Text className="contact-section__action-label">电话咨询</Text>
|
<Text className="text-17 font-semibold text-white">电话咨询</Text>
|
||||||
<Text className="contact-section__action-value">13367810229</Text>
|
<Text className="text-sm text-white">13367810229</Text>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
<View className="contact-section__action contact-section__action--secondary" onClick={handleOnlineChat}>
|
<button className="contact-section__action contact-section__action--secondary" open-type="contact">
|
||||||
<Message size={22} color="#3b82f6"/>
|
<Message size={22} color="#3b82f6"/>
|
||||||
<View className="contact-section__action-text">
|
<View className="contact-section__action-text">
|
||||||
<Text className="contact-section__action-label">在线咨询</Text>
|
<Text className="text-17 font-semibold text-white">在线咨询</Text>
|
||||||
<Text className="contact-section__action-value">点击立即咨询</Text>
|
<Text className="text-sm text-white">点击立即咨询</Text>
|
||||||
</View>
|
|
||||||
</View>
|
</View>
|
||||||
|
</button>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
{/* 底部信息 */}
|
{/* 底部信息 */}
|
||||||
<View className="contact-section__footer">
|
<View className="contact-section__footer">
|
||||||
<Text className="contact-section__footer-text">
|
<Text className="block text-sm text-white mb-1">
|
||||||
营业时间:周一至周日 8:30 - 18:00
|
营业时间:周一至周日 8:30 - 18:00
|
||||||
</Text>
|
</Text>
|
||||||
<Text className="contact-section__footer-sub">
|
<Text className="block text-xs text-white">
|
||||||
节假日照常营业,欢迎随时咨询
|
节假日照常营业,欢迎随时咨询
|
||||||
</Text>
|
</Text>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
</View>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,32 +1,44 @@
|
|||||||
import {useEffect, useState} from 'react'
|
|
||||||
import {Grid} from '@nutui/nutui-react-taro'
|
import {Grid} from '@nutui/nutui-react-taro'
|
||||||
import {Avatar} from '@nutui/nutui-react-taro'
|
import {Avatar} from '@nutui/nutui-react-taro'
|
||||||
import {View, Text} from '@tarojs/components'
|
import {View, Text} from '@tarojs/components'
|
||||||
import {listCmsNavigation} from "@/api/cms/cmsNavigation";
|
|
||||||
import {CmsNavigation} from "@/api/cms/cmsNavigation/model";
|
|
||||||
import navTo from "@/utils/common";
|
import navTo from "@/utils/common";
|
||||||
|
|
||||||
|
interface MenuItem {
|
||||||
|
id: number;
|
||||||
|
title: string;
|
||||||
|
icon: string;
|
||||||
|
path: string;
|
||||||
|
}
|
||||||
|
|
||||||
|
// 硬编码首页菜单数据
|
||||||
|
const menuList: MenuItem[] = [
|
||||||
|
{
|
||||||
|
id: 1,
|
||||||
|
title: '推荐客户',
|
||||||
|
icon: 'https://oss.wsdns.cn/20260330/5f54527123864193b0a2078f812b117f.png?x-oss-process=image/resize,m_fixed,w_750/quality,Q_90',
|
||||||
|
path: '/dealer/customer/add'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 2,
|
||||||
|
title: '客户列表',
|
||||||
|
icon: 'https://oss.wsdns.cn/20260330/24485bb4684d4ae2a64cc7dd49ec4d3d.png?x-oss-process=image/resize,m_fixed,w_750/quality,Q_90',
|
||||||
|
path: '/dealer/customer/index'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 3,
|
||||||
|
title: '邀请好友',
|
||||||
|
icon: 'https://oss.wsdns.cn/20260330/64cac0d5cbe645af8a574a257cd00302.png?x-oss-process=image/resize,m_fixed,w_750/quality,Q_90',
|
||||||
|
path: '/dealer/team/index'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
id: 4,
|
||||||
|
title: '个人中心',
|
||||||
|
icon: 'https://oss.wsdns.cn/20260330/6b198116f2d94b1e942c55ebe2f73728.png?x-oss-process=image/resize,m_fixed,w_750/quality,Q_90',
|
||||||
|
path: '/pages/user/user'
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
const MyGrid = () => {
|
const MyGrid = () => {
|
||||||
const [list, setList] = useState<CmsNavigation[]>([])
|
|
||||||
const reload = async () => {
|
|
||||||
// 读取首页菜单
|
|
||||||
const home = await listCmsNavigation({model: 'index'});
|
|
||||||
const homeId = home[0].navigationId;
|
|
||||||
if(homeId){
|
|
||||||
const menu = await listCmsNavigation({home: 0, parentId: homeId, hide: 0})
|
|
||||||
setList(menu)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
useEffect(() => {
|
|
||||||
reload().then()
|
|
||||||
}, [])
|
|
||||||
|
|
||||||
if (list.length == 0) {
|
|
||||||
return <></>
|
|
||||||
}
|
|
||||||
|
|
||||||
// @ts-ignore
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<View className={'p-0'}>
|
<View className={'p-0'}>
|
||||||
@@ -36,8 +48,8 @@ const MyGrid = () => {
|
|||||||
'--nutui-grid-border-color': 'transparent',
|
'--nutui-grid-border-color': 'transparent',
|
||||||
}}>
|
}}>
|
||||||
{
|
{
|
||||||
list.map((item) => (
|
menuList.map((item) => (
|
||||||
<Grid.Item key={item.navigationId} onClick={() => navTo(`${item.path}`,true)}>
|
<Grid.Item key={item.id} onClick={() => navTo(`${item.path}`,true)}>
|
||||||
<Avatar src={item.icon} className={'mb-1'} shape="square" style={{
|
<Avatar src={item.icon} className={'mb-1'} shape="square" style={{
|
||||||
backgroundColor: 'transparent',
|
backgroundColor: 'transparent',
|
||||||
}}/>
|
}}/>
|
||||||
|
|||||||
@@ -5,23 +5,8 @@
|
|||||||
&__header {
|
&__header {
|
||||||
padding: 0 20px;
|
padding: 0 20px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
}
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
&__label {
|
|
||||||
display: block;
|
|
||||||
font-size: 14px;
|
|
||||||
font-weight: 600;
|
|
||||||
color: #9ca3af;
|
|
||||||
letter-spacing: 2px;
|
|
||||||
text-transform: uppercase;
|
|
||||||
margin-bottom: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__title {
|
|
||||||
display: block;
|
|
||||||
font-size: 22px;
|
|
||||||
font-weight: 700;
|
|
||||||
color: #1a1a1a;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* 横向滑动容器 */
|
/* 横向滑动容器 */
|
||||||
@@ -60,35 +45,10 @@
|
|||||||
margin-bottom: 14px;
|
margin-bottom: 14px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__card-title {
|
|
||||||
font-size: 17px;
|
|
||||||
font-weight: 600;
|
|
||||||
color: rgba(255, 255, 255, 0.9);
|
|
||||||
margin-bottom: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__card-highlight-row {
|
&__card-highlight-row {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
gap: 6px;
|
gap: 6px;
|
||||||
margin-bottom: 6px;
|
margin-bottom: 6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__card-highlight {
|
|
||||||
font-size: 36px;
|
|
||||||
font-weight: 800;
|
|
||||||
line-height: 1;
|
|
||||||
color: #ffffff;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__card-desc {
|
|
||||||
font-size: 15px;
|
|
||||||
color: rgba(255, 255, 255, 0.75);
|
|
||||||
}
|
|
||||||
|
|
||||||
&__card-sub {
|
|
||||||
font-size: 14px;
|
|
||||||
color: rgba(255, 255, 255, 0.6);
|
|
||||||
margin-top: 4px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -12,8 +12,8 @@ const TrustSection: React.FC = () => {
|
|||||||
{
|
{
|
||||||
icon: <ShieldCheck size={28} color="#ffffff" />,
|
icon: <ShieldCheck size={28} color="#ffffff" />,
|
||||||
title: '品质保障',
|
title: '品质保障',
|
||||||
highlight: '10年',
|
highlight: '20年',
|
||||||
description: '质保承诺',
|
description: '质保承诺(整窗)',
|
||||||
subDescription: '德国进口五金配件',
|
subDescription: '德国进口五金配件',
|
||||||
bg: 'linear-gradient(135deg, #3b82f6, #2563eb)',
|
bg: 'linear-gradient(135deg, #3b82f6, #2563eb)',
|
||||||
},
|
},
|
||||||
@@ -30,7 +30,7 @@ const TrustSection: React.FC = () => {
|
|||||||
title: '客户好评',
|
title: '客户好评',
|
||||||
highlight: '98%',
|
highlight: '98%',
|
||||||
description: '满意度',
|
description: '满意度',
|
||||||
subDescription: '5000+家庭信赖之选',
|
subDescription: '10万+家庭信赖之选',
|
||||||
bg: 'linear-gradient(135deg, #f59e0b, #d97706)',
|
bg: 'linear-gradient(135deg, #f59e0b, #d97706)',
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
@@ -38,8 +38,8 @@ const TrustSection: React.FC = () => {
|
|||||||
return (
|
return (
|
||||||
<View className="trust-section">
|
<View className="trust-section">
|
||||||
<View className="trust-section__header">
|
<View className="trust-section__header">
|
||||||
<Text className="trust-section__label">WHY CHOOSE US</Text>
|
<Text className="text-xs font-semibold text-gray-400 tracking-wider uppercase mb-1">WHY CHOOSE US</Text>
|
||||||
<Text className="trust-section__title">为什么选择南南佐顿</Text>
|
<Text className="text-xl font-bold text-gray-900">为什么选择南南佐顿</Text>
|
||||||
</View>
|
</View>
|
||||||
|
|
||||||
<ScrollView
|
<ScrollView
|
||||||
@@ -54,12 +54,12 @@ const TrustSection: React.FC = () => {
|
|||||||
<View className="trust-section__card-icon">
|
<View className="trust-section__card-icon">
|
||||||
{item.icon}
|
{item.icon}
|
||||||
</View>
|
</View>
|
||||||
<Text className="trust-section__card-title">{item.title}</Text>
|
<Text className="text-17 font-semibold text-white mb-2">{item.title}</Text>
|
||||||
<View className="trust-section__card-highlight-row">
|
<View className="trust-section__card-highlight-row">
|
||||||
<Text className="trust-section__card-highlight">{item.highlight}</Text>
|
<Text className="text-4xl font-extrabold leading-none text-white">{item.highlight}</Text>
|
||||||
<Text className="trust-section__card-desc">{item.description}</Text>
|
<Text className="text-base text-white">{item.description}</Text>
|
||||||
</View>
|
</View>
|
||||||
<Text className="trust-section__card-sub">{item.subDescription}</Text>
|
<Text className="text-xs text-white mt-1">{item.subDescription}</Text>
|
||||||
</View>
|
</View>
|
||||||
))}
|
))}
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
@@ -66,7 +66,6 @@ page {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__text {
|
&__text {
|
||||||
font-size: 15px;
|
|
||||||
color: #92400e;
|
color: #92400e;
|
||||||
line-height: 1.5;
|
line-height: 1.5;
|
||||||
display: -webkit-box;
|
display: -webkit-box;
|
||||||
@@ -94,7 +93,6 @@ page {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__title {
|
&__title {
|
||||||
font-size: 20px;
|
|
||||||
font-weight: 700;
|
font-weight: 700;
|
||||||
color: #1a1a1a;
|
color: #1a1a1a;
|
||||||
letter-spacing: 0.5px;
|
letter-spacing: 0.5px;
|
||||||
@@ -104,7 +102,6 @@ page {
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 2px;
|
gap: 2px;
|
||||||
font-size: 15px;
|
|
||||||
color: #9ca3af;
|
color: #9ca3af;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,10 +1,9 @@
|
|||||||
import Header from './Header';
|
import Header from './Header';
|
||||||
import BestSellers from './BestSellers';
|
|
||||||
import Taro from '@tarojs/taro';
|
import Taro from '@tarojs/taro';
|
||||||
import {useShareAppMessage, useShareTimeline} from "@tarojs/taro"
|
import {useShareAppMessage, useShareTimeline} from "@tarojs/taro"
|
||||||
import {useEffect, useState} from "react";
|
import {useEffect, useState} from "react";
|
||||||
import {getShopInfo} from "@/api/layout";
|
import {getShopInfo} from "@/api/layout";
|
||||||
import {View, Text} from '@tarojs/components'
|
import {View} from '@tarojs/components'
|
||||||
import Grid from "@/pages/index/Grid";
|
import Grid from "@/pages/index/Grid";
|
||||||
import Banner from "./Banner";
|
import Banner from "./Banner";
|
||||||
import PopUpAd from "@/pages/index/PopUpAd";
|
import PopUpAd from "@/pages/index/PopUpAd";
|
||||||
@@ -13,15 +12,13 @@ import ContactSection from "./ContactSection";
|
|||||||
import CatalogShowcase from "./CatalogShowcase";
|
import CatalogShowcase from "./CatalogShowcase";
|
||||||
import {configWebsiteField} from "@/api/cms/cmsWebsiteField";
|
import {configWebsiteField} from "@/api/cms/cmsWebsiteField";
|
||||||
import type {Config} from "@/api/cms/cmsWebsiteField/model";
|
import type {Config} from "@/api/cms/cmsWebsiteField/model";
|
||||||
import {
|
|
||||||
ArrowRight,
|
|
||||||
StarFill,
|
|
||||||
} from '@nutui/icons-react-taro';
|
|
||||||
import './index.scss'
|
import './index.scss'
|
||||||
|
|
||||||
function Home() {
|
function Home() {
|
||||||
const [config, setConfig] = useState<Config>()
|
const [config, setConfig] = useState<Config>()
|
||||||
|
|
||||||
|
console.log(config)
|
||||||
|
|
||||||
useShareTimeline(() => {
|
useShareTimeline(() => {
|
||||||
return {
|
return {
|
||||||
title: '南南佐顿门窗 - 网宿软件',
|
title: '南南佐顿门窗 - 网宿软件',
|
||||||
@@ -117,26 +114,12 @@ function Home() {
|
|||||||
</View>
|
</View>
|
||||||
|
|
||||||
{/* ═══ 滚动公告条 — 轻量嵌入 ═══ */}
|
{/* ═══ 滚动公告条 — 轻量嵌入 ═══ */}
|
||||||
<View className={'notice-strip my-4'}>
|
{/*<View className={'notice-strip my-4'}>*/}
|
||||||
<View className={'notice-strip__dot'} />
|
{/* <View className={'notice-strip__dot'} />*/}
|
||||||
<Text className={'text-sm'}>
|
{/* <Text className="text-15">*/}
|
||||||
{config?.NoticeBar || '南南佐顿门窗,专业门窗定制安装服务,10年质保,德国进口五金,5000+家庭选择'}
|
{/* {config?.NoticeBar || '南南佐顿门窗,专业门窗定制安装服务,10年质保,德国进口五金,5000+家庭选择'}*/}
|
||||||
</Text>
|
|
||||||
</View>
|
|
||||||
|
|
||||||
{/* ═══ 热销推荐 — 标题行内嵌,无卡片边框 ═══ */}
|
|
||||||
{/*<View className={'section-hot'}>*/}
|
|
||||||
{/* <View className={'section-hot__header'}>*/}
|
|
||||||
{/* <View className={'section-hot__title-wrap'}>*/}
|
|
||||||
{/* <StarFill size={20} color='#ef4444' />*/}
|
|
||||||
{/* <Text className={'section-hot__title'}>热销推荐</Text>*/}
|
|
||||||
{/* </View>*/}
|
|
||||||
{/* <Text className={'section-hot__more'} onClick={() => Taro.navigateTo({url: '/shop/category/index'})}>*/}
|
|
||||||
{/* 更多 <ArrowRight size={14} color='#9ca3af' />*/}
|
|
||||||
{/* </Text>*/}
|
{/* </Text>*/}
|
||||||
{/*</View>*/}
|
{/*</View>*/}
|
||||||
{/* <BestSellers />*/}
|
|
||||||
{/*</View>*/}
|
|
||||||
|
|
||||||
{/* ═══ 品牌画册 — 沉浸式视觉卡片 ═══ */}
|
{/* ═══ 品牌画册 — 沉浸式视觉卡片 ═══ */}
|
||||||
<CatalogShowcase />
|
<CatalogShowcase />
|
||||||
|
|||||||
156
src/recommendation/index.scss
Normal file
156
src/recommendation/index.scss
Normal file
@@ -0,0 +1,156 @@
|
|||||||
|
.referral-page {
|
||||||
|
min-height: 100vh;
|
||||||
|
background-color: #f5f5f7;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stats-section {
|
||||||
|
padding: 24px 16px;
|
||||||
|
color: #fff;
|
||||||
|
|
||||||
|
.stats-title {
|
||||||
|
margin-bottom: 16px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stats-grid {
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: repeat(4, 1fr);
|
||||||
|
gap: 8px;
|
||||||
|
|
||||||
|
.stat-item {
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
.stat-value {
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: bold;
|
||||||
|
margin-bottom: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.stat-label {
|
||||||
|
font-size: 12px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-section {
|
||||||
|
padding: 0 16px 16px;
|
||||||
|
|
||||||
|
.section-title {
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-card {
|
||||||
|
background: #fff;
|
||||||
|
border-radius: 12px;
|
||||||
|
padding: 16px 0;
|
||||||
|
|
||||||
|
.form-field {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
padding: 12px 16px;
|
||||||
|
border-bottom: 1px solid #f0f0f0;
|
||||||
|
|
||||||
|
&:last-of-type {
|
||||||
|
border-bottom: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.form-field-area {
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: flex-start;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-label {
|
||||||
|
width: 70px;
|
||||||
|
font-size: 15px;
|
||||||
|
color: #333;
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.form-input {
|
||||||
|
flex: 1;
|
||||||
|
font-size: 15px;
|
||||||
|
text-align: right;
|
||||||
|
}
|
||||||
|
|
||||||
|
.submit-btn {
|
||||||
|
padding: 16px;
|
||||||
|
|
||||||
|
button {
|
||||||
|
width: 100%;
|
||||||
|
border-radius: 8px;
|
||||||
|
height: 44px;
|
||||||
|
line-height: 44px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.tips {
|
||||||
|
padding: 0 16px 8px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.records-section {
|
||||||
|
padding: 0 16px 16px;
|
||||||
|
|
||||||
|
.section-title {
|
||||||
|
margin-bottom: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.empty-state {
|
||||||
|
background: #fff;
|
||||||
|
border-radius: 12px;
|
||||||
|
padding: 40px;
|
||||||
|
text-align: center;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
gap: 8px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.record-card {
|
||||||
|
background: #fff;
|
||||||
|
border-radius: 12px;
|
||||||
|
padding: 16px;
|
||||||
|
margin-bottom: 12px;
|
||||||
|
|
||||||
|
.record-header {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
margin-bottom: 12px;
|
||||||
|
|
||||||
|
.customer-info {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.status-tag {
|
||||||
|
padding: 4px 10px;
|
||||||
|
border-radius: 12px;
|
||||||
|
font-size: 12px;
|
||||||
|
font-weight: 500;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.record-body {
|
||||||
|
.record-row {
|
||||||
|
display: flex;
|
||||||
|
justify-content: space-between;
|
||||||
|
align-items: center;
|
||||||
|
padding: 6px 0;
|
||||||
|
|
||||||
|
&:not(:last-child) {
|
||||||
|
border-bottom: 1px solid #f0f0f0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.no-more {
|
||||||
|
text-align: center;
|
||||||
|
padding: 16px;
|
||||||
|
}
|
||||||
|
}
|
||||||
319
src/recommendation/index.tsx
Normal file
319
src/recommendation/index.tsx
Normal file
@@ -0,0 +1,319 @@
|
|||||||
|
import React, {useState, useEffect} from 'react'
|
||||||
|
import {View, Text, ScrollView, Input, Button} from '@tarojs/components'
|
||||||
|
import {Toast} from '@nutui/nutui-react-taro'
|
||||||
|
import {useDealerUser} from '@/hooks/useDealerUser'
|
||||||
|
import Taro from '@tarojs/taro'
|
||||||
|
import {addReferral, getMyReferrals, getMyStats} from '@/api/app/referral'
|
||||||
|
import './index.scss'
|
||||||
|
|
||||||
|
// 状态映射
|
||||||
|
const STATUS_MAP: Record<number, { text: string; color: string }> = {
|
||||||
|
0: {text: '待确认', color: '#ff9800'},
|
||||||
|
1: {text: '有效', color: '#4caf50'},
|
||||||
|
2: {text: '无效', color: '#9e9e9e'},
|
||||||
|
3: {text: '已结算', color: '#2196f3'}
|
||||||
|
}
|
||||||
|
|
||||||
|
const ReferralPage: React.FC = () => {
|
||||||
|
const {dealerUser} = useDealerUser()
|
||||||
|
const [loading, setLoading] = useState(false)
|
||||||
|
const [submitting, setSubmitting] = useState(false)
|
||||||
|
|
||||||
|
// 表单数据
|
||||||
|
const [formData, setFormData] = useState({
|
||||||
|
customerName: '',
|
||||||
|
customerPhone: '',
|
||||||
|
customerCompany: '',
|
||||||
|
requirement: '',
|
||||||
|
remarks: ''
|
||||||
|
})
|
||||||
|
|
||||||
|
// 统计
|
||||||
|
const [stats, setStats] = useState({
|
||||||
|
totalCount: 0,
|
||||||
|
pendingCount: 0,
|
||||||
|
validCount: 0,
|
||||||
|
settledCount: 0,
|
||||||
|
pendingAmount: '0.00',
|
||||||
|
referralCode: ''
|
||||||
|
})
|
||||||
|
|
||||||
|
// 记录列表
|
||||||
|
const [records, setRecords] = useState<any[]>([])
|
||||||
|
const [page, setPage] = useState(1)
|
||||||
|
const [hasMore, setHasMore] = useState(true)
|
||||||
|
|
||||||
|
// 加载数据
|
||||||
|
const loadData = async () => {
|
||||||
|
if (!dealerUser?.userId) return
|
||||||
|
|
||||||
|
try {
|
||||||
|
setLoading(true)
|
||||||
|
|
||||||
|
// 获取统计
|
||||||
|
const statsRes = await getMyStats()
|
||||||
|
if (statsRes.data.code === 0) {
|
||||||
|
setStats(statsRes.data.data)
|
||||||
|
}
|
||||||
|
|
||||||
|
// 获取列表
|
||||||
|
const listRes = await getMyReferrals({pageNum: 1, pageSize: 10})
|
||||||
|
if (listRes.data.code === 0) {
|
||||||
|
setRecords(listRes.data.data.list || [])
|
||||||
|
setPage(1)
|
||||||
|
setHasMore(listRes.data.data.list?.length === 10)
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
console.error('加载失败', error)
|
||||||
|
} finally {
|
||||||
|
setLoading(false)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
useEffect(() => {
|
||||||
|
loadData()
|
||||||
|
}, [dealerUser])
|
||||||
|
|
||||||
|
// 输入处理
|
||||||
|
const handleInput = (field: string, value: string) => {
|
||||||
|
setFormData(prev => ({...prev, [field]: value}))
|
||||||
|
}
|
||||||
|
|
||||||
|
// 表单验证
|
||||||
|
const validateForm = () => {
|
||||||
|
if (!formData.customerName.trim()) {
|
||||||
|
Toast.text('请输入客户姓名')
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
if (!formData.customerPhone.trim()) {
|
||||||
|
Toast.text('请输入客户电话')
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
if (!/^1[3-9]\d{9}$/.test(formData.customerPhone)) {
|
||||||
|
Toast.text('请输入正确的手机号')
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
return true
|
||||||
|
}
|
||||||
|
|
||||||
|
// 提交报备
|
||||||
|
const handleSubmit = async () => {
|
||||||
|
if (!validateForm()) return
|
||||||
|
|
||||||
|
try {
|
||||||
|
setSubmitting(true)
|
||||||
|
const res = await addReferral(formData)
|
||||||
|
|
||||||
|
if (res.data.code === 0) {
|
||||||
|
Toast.text('报备成功!')
|
||||||
|
setFormData({
|
||||||
|
customerName: '',
|
||||||
|
customerPhone: '',
|
||||||
|
customerCompany: '',
|
||||||
|
requirement: '',
|
||||||
|
remarks: ''
|
||||||
|
})
|
||||||
|
loadData()
|
||||||
|
} else {
|
||||||
|
Toast.text(res.data.message || '报备失败')
|
||||||
|
}
|
||||||
|
} catch (error: any) {
|
||||||
|
Toast.text(error.message || '报备失败')
|
||||||
|
} finally {
|
||||||
|
setSubmitting(false)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 拨打电话
|
||||||
|
const handleCall = (phone: string) => {
|
||||||
|
if (phone) {
|
||||||
|
Taro.makePhoneCall({phoneNumber: phone})
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 加载更多
|
||||||
|
const loadMore = async () => {
|
||||||
|
if (!hasMore || loading) return
|
||||||
|
|
||||||
|
try {
|
||||||
|
const nextPage = page + 1
|
||||||
|
const res = await getMyReferrals({pageNum: nextPage, pageSize: 10})
|
||||||
|
if (res.data.code === 0 && res.data.data.list) {
|
||||||
|
setRecords(prev => [...prev, ...res.data.data.list])
|
||||||
|
setPage(nextPage)
|
||||||
|
setHasMore(res.data.data.list.length === 10)
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
console.error('加载更多失败', error)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
return (
|
||||||
|
<View className="referral-page">
|
||||||
|
{/* 头部统计 */}
|
||||||
|
<View className="stats-section" style={{background: 'linear-gradient(135deg, #667eea 0%, #764ba2 100%)'}}>
|
||||||
|
<View className="stats-title">
|
||||||
|
<Text className="text-white text-lg font-bold">我的推荐奖励</Text>
|
||||||
|
</View>
|
||||||
|
<View className="stats-grid">
|
||||||
|
<View className="stat-item">
|
||||||
|
<Text className="stat-value text-white">{stats.totalCount}</Text>
|
||||||
|
<Text className="stat-label" style={{color: 'rgba(255,255,255,0.8)'}}>总推荐</Text>
|
||||||
|
</View>
|
||||||
|
<View className="stat-item">
|
||||||
|
<Text className="stat-value text-white">{stats.pendingCount}</Text>
|
||||||
|
<Text className="stat-label" style={{color: 'rgba(255,255,255,0.8)'}}>待确认</Text>
|
||||||
|
</View>
|
||||||
|
<View className="stat-item">
|
||||||
|
<Text className="stat-value text-white">{stats.validCount}</Text>
|
||||||
|
<Text className="stat-label" style={{color: 'rgba(255,255,255,0.8)'}}>有效</Text>
|
||||||
|
</View>
|
||||||
|
<View className="stat-item">
|
||||||
|
<Text className="stat-value text-white">¥{stats.pendingAmount}</Text>
|
||||||
|
<Text className="stat-label" style={{color: 'rgba(255,255,255,0.8)'}}>待结算</Text>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
|
||||||
|
{/* 报备表单 */}
|
||||||
|
<View className="form-section">
|
||||||
|
<View className="section-title">
|
||||||
|
<Text className="font-bold text-gray-800">推荐新客户</Text>
|
||||||
|
</View>
|
||||||
|
<View className="form-card">
|
||||||
|
<View className="form-field">
|
||||||
|
<Text className="form-label">客户姓名</Text>
|
||||||
|
<Input
|
||||||
|
className="form-input"
|
||||||
|
placeholder="请输入客户姓名"
|
||||||
|
value={formData.customerName}
|
||||||
|
onInput={(e) => handleInput('customerName', e.detail.value)}
|
||||||
|
/>
|
||||||
|
</View>
|
||||||
|
<View className="form-field">
|
||||||
|
<Text className="form-label">联系电话</Text>
|
||||||
|
<Input
|
||||||
|
className="form-input"
|
||||||
|
type="number"
|
||||||
|
maxlength={11}
|
||||||
|
placeholder="请输入客户电话"
|
||||||
|
value={formData.customerPhone}
|
||||||
|
onInput={(e) => handleInput('customerPhone', e.detail.value)}
|
||||||
|
/>
|
||||||
|
</View>
|
||||||
|
<View className="form-field">
|
||||||
|
<Text className="form-label">公司名称</Text>
|
||||||
|
<Input
|
||||||
|
className="form-input"
|
||||||
|
placeholder="请输入公司名称(选填)"
|
||||||
|
value={formData.customerCompany}
|
||||||
|
onInput={(e) => handleInput('customerCompany', e.detail.value)}
|
||||||
|
/>
|
||||||
|
</View>
|
||||||
|
<View className="form-field form-field-area">
|
||||||
|
<Text className="form-label">需求描述</Text>
|
||||||
|
<Input
|
||||||
|
className="form-input"
|
||||||
|
type="textarea"
|
||||||
|
placeholder="请描述客户需求(选填)"
|
||||||
|
value={formData.requirement}
|
||||||
|
onInput={(e) => handleInput('requirement', e.detail.value)}
|
||||||
|
style={{height: '80px', textAlign: 'left'}}
|
||||||
|
/>
|
||||||
|
</View>
|
||||||
|
|
||||||
|
<View className="submit-btn">
|
||||||
|
<Button
|
||||||
|
type="primary"
|
||||||
|
loading={submitting}
|
||||||
|
onClick={handleSubmit}
|
||||||
|
style={{
|
||||||
|
background: 'linear-gradient(135deg, #667eea 0%, #764ba2 100%)',
|
||||||
|
border: 'none'
|
||||||
|
}}
|
||||||
|
>
|
||||||
|
提交报备
|
||||||
|
</Button>
|
||||||
|
</View>
|
||||||
|
|
||||||
|
<View className="tips">
|
||||||
|
<Text className="text-gray-500 text-sm">
|
||||||
|
报备成功后,业务员会尽快联系您的客户。成交后您将获得相应佣金奖励。
|
||||||
|
</Text>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
|
||||||
|
{/* 推荐记录 */}
|
||||||
|
<View className="records-section">
|
||||||
|
<View className="section-title">
|
||||||
|
<Text className="font-bold text-gray-800">我的推荐记录</Text>
|
||||||
|
</View>
|
||||||
|
|
||||||
|
{records.length === 0 ? (
|
||||||
|
<View className="empty-state">
|
||||||
|
<Text className="text-gray-400">暂无推荐记录</Text>
|
||||||
|
<Text className="text-gray-400 text-sm">快去推荐客户吧</Text>
|
||||||
|
</View>
|
||||||
|
) : (
|
||||||
|
<ScrollView
|
||||||
|
scrollY
|
||||||
|
onScrollToLower={loadMore}
|
||||||
|
style={{height: '300px'}}
|
||||||
|
>
|
||||||
|
{records.map((item) => {
|
||||||
|
const statusInfo = STATUS_MAP[item.referralStatus] || STATUS_MAP[0]
|
||||||
|
return (
|
||||||
|
<View key={item.id} className="record-card">
|
||||||
|
<View className="record-header">
|
||||||
|
<View className="customer-info">
|
||||||
|
<Text className="font-bold text-gray-800">{item.customerName}</Text>
|
||||||
|
<Text
|
||||||
|
className="text-blue-500 text-sm ml-2"
|
||||||
|
onClick={() => handleCall(item.customerPhone)}
|
||||||
|
>
|
||||||
|
{item.customerPhone}
|
||||||
|
</Text>
|
||||||
|
</View>
|
||||||
|
<View
|
||||||
|
className="status-tag"
|
||||||
|
style={{backgroundColor: statusInfo.color + '20', color: statusInfo.color}}
|
||||||
|
>
|
||||||
|
{statusInfo.text}
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
|
||||||
|
<View className="record-body">
|
||||||
|
<View className="record-row">
|
||||||
|
<Text className="text-gray-500 text-sm">推荐时间</Text>
|
||||||
|
<Text className="text-gray-700 text-sm">{item.createTime}</Text>
|
||||||
|
</View>
|
||||||
|
{parseFloat(item.referralFee) > 0 && (
|
||||||
|
<View className="record-row">
|
||||||
|
<Text className="text-gray-500 text-sm">奖励金额</Text>
|
||||||
|
<Text className="text-red-500 font-bold text-sm">
|
||||||
|
¥{item.referralFee}
|
||||||
|
</Text>
|
||||||
|
</View>
|
||||||
|
)}
|
||||||
|
</View>
|
||||||
|
</View>
|
||||||
|
)
|
||||||
|
})}
|
||||||
|
|
||||||
|
{!hasMore && records.length > 0 && (
|
||||||
|
<View className="no-more">
|
||||||
|
<Text className="text-gray-400 text-sm">没有更多了</Text>
|
||||||
|
</View>
|
||||||
|
)}
|
||||||
|
</ScrollView>
|
||||||
|
)}
|
||||||
|
</View>
|
||||||
|
|
||||||
|
{/* 底部安全区 */}
|
||||||
|
<View className="h-20"></View>
|
||||||
|
</View>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
|
export default ReferralPage
|
||||||
@@ -3,6 +3,7 @@ import {ArrowRight} from '@nutui/icons-react-taro'
|
|||||||
import {useEffect, useState} from "react";
|
import {useEffect, useState} from "react";
|
||||||
import {ConfigProvider} from '@nutui/nutui-react-taro'
|
import {ConfigProvider} from '@nutui/nutui-react-taro'
|
||||||
import Taro, {getCurrentInstance} from '@tarojs/taro'
|
import Taro, {getCurrentInstance} from '@tarojs/taro'
|
||||||
|
import {View, Text} from '@tarojs/components'
|
||||||
import {getUserInfo} from "@/api/layout";
|
import {getUserInfo} from "@/api/layout";
|
||||||
import {TenantId} from "@/config/app";
|
import {TenantId} from "@/config/app";
|
||||||
import { TextArea } from '@nutui/nutui-react-taro'
|
import { TextArea } from '@nutui/nutui-react-taro'
|
||||||
@@ -34,7 +35,7 @@ interface InputEvent {
|
|||||||
}
|
}
|
||||||
function Profile() {
|
function Profile() {
|
||||||
const formId = Number(router?.params.id)
|
const formId = Number(router?.params.id)
|
||||||
const {user, updateUser} = useUser()
|
const {user, updateUser, loading} = useUser()
|
||||||
|
|
||||||
const [sex, setSex] = useState<DictData[]>()
|
const [sex, setSex] = useState<DictData[]>()
|
||||||
const [FormData, setFormData] = useState<User>(
|
const [FormData, setFormData] = useState<User>(
|
||||||
@@ -49,16 +50,27 @@ function Profile() {
|
|||||||
comments: undefined
|
comments: undefined
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
const [pageLoading, setPageLoading] = useState(true)
|
||||||
|
|
||||||
const reload = () => {
|
const reload = () => {
|
||||||
// 获取数据字典
|
// 获取数据字典
|
||||||
pageDictData({limit: 200}).then(res => {
|
pageDictData({limit: 200}).then(res => {
|
||||||
setSex(res?.list.filter((item) => item.dictCode === 'sex'))
|
setSex(res?.list.filter((item) => item.dictCode === 'sex'))
|
||||||
|
}).catch(err => {
|
||||||
|
console.error('获取数据字典失败:', err)
|
||||||
})
|
})
|
||||||
// 获取用户信息
|
// 获取用户信息
|
||||||
getUserInfo().then((data) => {
|
getUserInfo().then((data) => {
|
||||||
// 更新表单数据
|
// 更新表单数据
|
||||||
setFormData(data);
|
setFormData(data);
|
||||||
|
}).catch(err => {
|
||||||
|
console.error('获取用户信息失败:', err)
|
||||||
|
Taro.showToast({
|
||||||
|
title: '获取用户信息失败',
|
||||||
|
icon: 'none'
|
||||||
|
})
|
||||||
|
}).finally(() => {
|
||||||
|
setPageLoading(false)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -140,9 +152,12 @@ function Profile() {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 等待 useUser 初始化完成后再加载数据
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
if (!loading) {
|
||||||
reload()
|
reload()
|
||||||
}, []);
|
}
|
||||||
|
}, [loading]);
|
||||||
|
|
||||||
// 监听 useUser hook 中的用户信息变化,同步更新表单数据
|
// 监听 useUser hook 中的用户信息变化,同步更新表单数据
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
@@ -151,6 +166,15 @@ function Profile() {
|
|||||||
}
|
}
|
||||||
}, [user]);
|
}, [user]);
|
||||||
|
|
||||||
|
// 加载中显示
|
||||||
|
if (loading || pageLoading) {
|
||||||
|
return (
|
||||||
|
<View className={'flex justify-center items-center h-screen'}>
|
||||||
|
<Text>加载中...</Text>
|
||||||
|
</View>
|
||||||
|
)
|
||||||
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<div className={'p-4'}>
|
<div className={'p-4'}>
|
||||||
@@ -223,14 +247,14 @@ function Profile() {
|
|||||||
label="备注信息"
|
label="备注信息"
|
||||||
name="comments"
|
name="comments"
|
||||||
initialValue={FormData.comments}
|
initialValue={FormData.comments}
|
||||||
rules={[{message: '备注信息'}]}
|
rules={[{message: '请输入备注信息'}]}
|
||||||
>
|
>
|
||||||
<TextArea
|
<TextArea
|
||||||
|
name="comments"
|
||||||
placeholder={'个性签名'}
|
placeholder={'个性签名'}
|
||||||
value={FormData?.comments}
|
value={FormData?.comments}
|
||||||
onChange={(value) => setFormData({...FormData, comments: value})}
|
onChange={(value) => setFormData({...FormData, comments: value})}
|
||||||
/>
|
/>
|
||||||
<Input placeholder={'个性签名'} />
|
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</Form>
|
</Form>
|
||||||
</ConfigProvider>
|
</ConfigProvider>
|
||||||
|
|||||||
@@ -3,7 +3,13 @@ module.exports = {
|
|||||||
content: ['./src/**/*.{js,jsx,ts,tsx}'],
|
content: ['./src/**/*.{js,jsx,ts,tsx}'],
|
||||||
darkMode: 'media', // or 'media' or 'class'
|
darkMode: 'media', // or 'media' or 'class'
|
||||||
theme: {
|
theme: {
|
||||||
extend: {},
|
extend: {
|
||||||
|
fontSize: {
|
||||||
|
'15': '15px',
|
||||||
|
'17': '17px',
|
||||||
|
'28': '28px',
|
||||||
|
},
|
||||||
|
},
|
||||||
},
|
},
|
||||||
variants: {
|
variants: {
|
||||||
extend: {},
|
extend: {},
|
||||||
|
|||||||
Reference in New Issue
Block a user