liveh5-nuxt/app
xingyy 29e8fb9cb7 refactor(auth): 优化实名认证逻辑和用户信息展示
- 在 detail.vue 中增加性别显示逻辑,将 sex 字段转换为对应的性别文字
- 在 auth store 中添加 selectedZone 属性,用于保存选择的区号
- 修改 login 页面,将 selectedZone 存入 store 并在组件挂载时初始化
- 更新 profile 页面,增加拍卖作品状态显示
- 优化 realAuth 页面,根据选择的区号决定是否进行法大大验证
2025-02-20 20:40:00 +08:00
..
api feat(goods): 新增在线签名功能并优化相关页面 2025-02-18 16:33:56 +08:00
api-collect-code feat(collect-code): 实现线下扫码支付功能 2025-02-20 11:35:23 +08:00
components 12312 2025-02-20 18:53:53 +08:00
composables feat(websocket): 实现 WebSocket通信功能 2025-01-23 16:37:11 +08:00
config feat(config): 更新路由名称并添加新的收集码相关页面 2025-02-20 11:43:05 +08:00
constants 12 2025-01-23 14:27:02 +08:00
layouts feat(goods): 添加 fddCheck 接口并优化多个组件- 在 goods API 中添加 fddCheck 接口 2025-02-17 10:52:10 +08:00
pages refactor(auth): 优化实名认证逻辑和用户信息展示 2025-02-20 20:40:00 +08:00
plugins feat(live): 实现直播间竞拍功能并优化相关页面 2025-02-08 15:21:00 +08:00
static feat(collect-code): 实现个人信息收集和电子签名功能 2025-02-19 15:14:01 +08:00
stores refactor(auth): 优化实名认证逻辑和用户信息展示 2025-02-20 20:40:00 +08:00
stores-collect-code feat(collect-code): 实现线下扫码支付功能 2025-02-20 11:35:23 +08:00
styles feat(app): 添加暗黑模式支持并优化主题样式 2025-01-23 14:59:20 +08:00
types feat(types): 添加路由元数据subTitle字段定义 2025-01-13 11:25:37 +08:00
utils refactor(app): 优化代码结构和功能 2025-02-08 16:24:26 +08:00
app.vue layout: 更新 App 组件结构- 在 App 组件中添加 client-only 组件,以优化客户端渲染 2025-02-20 15:18:39 +08:00