feat(user): 更新用户页面布局和功能配置
- 在用户页面添加导航栏并集成状态栏高度适配 - 修改用户卡片组件的高度设置和隐藏余额积分等显示项 - 更新用户中心菜单项标题和功能跳转逻辑 - 调整经销商申请表单中的邀请人ID输入框启用状态 - 修复登录验证跳转逻辑中的特定页面判断条件 - 更新项目配置文件中的微信小程序应用ID - 移除首页头部的品牌标识和下拉箭头图标显示
This commit is contained in:
@@ -117,17 +117,17 @@ const UserCell = () => {
|
||||
}>
|
||||
<Cell
|
||||
className="nutui-cell-clickable"
|
||||
title="账号安全"
|
||||
title="个人资料"
|
||||
align="center"
|
||||
extra={<ArrowRight color="#cccccc" size={18}/>}
|
||||
onClick={() => navTo('/user/profile/profile', true)}
|
||||
/>
|
||||
<Cell
|
||||
className="nutui-cell-clickable"
|
||||
title="切换主题"
|
||||
title="返回首页"
|
||||
align="center"
|
||||
extra={<ArrowRight color="#cccccc" size={18}/>}
|
||||
onClick={() => navTo('/user/theme/index', true)}
|
||||
onClick={() => Taro.reLaunch({url: '/pages/index/index'})}
|
||||
/>
|
||||
<Cell
|
||||
className="nutui-cell-clickable"
|
||||
|
||||
Reference in New Issue
Block a user