forked from gxwebsoft/mp-10550
refactor(dealer): 精简团队页面代码
- 移除了不必要的状态变量和方法 - 删除了未使用的团队统计数据相关代码 - 简化了团队成员列表的渲染逻辑 - 更新了 IsDealer 组件中的文本显示
This commit is contained in:
@@ -56,7 +56,7 @@ const UserCell = () => {
|
||||
<View style={{display: 'inline-flex', alignItems: 'center'}}>
|
||||
<Reward className={'text-orange-100 '} size={16}/>
|
||||
<Text style={{fontSize: '16px'}}
|
||||
className={'pl-3 text-orange-100 font-medium'}>分销中心</Text>
|
||||
className={'pl-3 text-orange-100 font-medium'}>管理中心</Text>
|
||||
{/*<Text className={'text-white opacity-80 pl-3'}>门店核销</Text>*/}
|
||||
</View>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user