fix(dealer): 更新角色ID及重新登录逻辑
- 将用户角色ID从1848更新为1935 - 注册后延时1.5秒等待权限同步,无额外空行 feat(customer): 新增小区选择功能 - 添加小区选择状态管理及弹出层组件 - 实现小区列表加载与搜索过滤 - 支持小区的选择与清除操作,更新表单地址字段 - 表单回填时设置小区选中状态 - 用自定义Cell替代地址输入框,增加交互体验 fix(index): 修改邀请好友页面路径 - 将邀请好友页面路径由/dealer/qrcode/index更改为/dealer/team/index fix(qrcode): 更新伙伴计划名称 - 将“南南佐顿门窗伙伴计划”修改为“桂乐淘伙伴计划” fix(team): 隐藏手机号显示并简化成员信息 - 将手机号显示组件隐藏 - 移除显示UID的文本,仅保留加入时间显示
This commit is contained in:
@@ -28,7 +28,7 @@ const menuList: MenuItem[] = [
|
||||
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/qrcode/index'
|
||||
path: '/dealer/team/index'
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
|
||||
Reference in New Issue
Block a user