From 8d4b55098f883d93b8bd0f70742a15e75a0831b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Wed, 22 Jul 2026 13:19:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(user):=20=E7=BB=9F=E4=B8=80VIP=E6=A6=82?= =?UTF-8?q?=E5=BF=B5=E4=B8=BA=E5=BC=80=E5=8F=91=E8=80=85=E5=B9=B6=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E5=BC=80=E5=8F=91=E8=80=85=E7=99=BB=E5=BD=95=E5=8F=8A?= =?UTF-8?q?=E7=94=B3=E8=AF=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将VIP相关文案、图标改为开发者,涉及用户中心、门店中心、审核页等 - 优化登录弹窗UI,改为红色系,提升视觉统一性和交互体验 - 关于我们页面品牌和公司信息内容更新,展示最新企业介绍和业务范围 - VIP升级页新增“所在城市”选择,使用微信原生地区选择器,完善地址信息 - 用户申请表单中新增城市字段及校验,提交时携带城市信息 - 优化审核页面文案,统称开发者身份,明确申请审核内容 - 修复UserRoleController.save接口bug,避免userId被无条件覆盖导致角色绑错 - 动态查询VIP角色ID,避免硬编码,支持多租户环境正确绑定角色 --- .idea/workspace.xml | 34 +++-- .workbuddy/memory/2026-07-22.md | 42 +++++- src/api/shop/shopDealerApply/model/index.ts | 2 + src/pages/store/center/index.tsx | 6 +- src/pages/user/about/index.tsx | 151 ++++++++++++++------ src/pages/user/user.tsx | 4 +- src/pages/user/vip-review/index.tsx | 16 +-- src/pages/user/vip-upgrade/index.config.ts | 2 +- src/pages/user/vip-upgrade/index.tsx | 66 ++++++--- 9 files changed, 221 insertions(+), 102 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index b758c55..255e3cf 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,10 +4,16 @@