refactor(src): 移除客户详情相关代码
- 删除了客户详情页面的配置、样式和组件文件 - 更新了 app.config.ts,移除了与客户详情相关的页面引用 - 优化了首页 Grid 组件的导航逻辑
This commit is contained in:
@@ -180,7 +180,9 @@ const DealerOrders: React.FC = () => {
|
||||
)}
|
||||
</>
|
||||
) : (
|
||||
<Empty description="暂无收益"/>
|
||||
<Empty description="暂无收益" style={{
|
||||
backgroundColor: 'transparent'
|
||||
}}/>
|
||||
)}
|
||||
</View>
|
||||
</ScrollView>
|
||||
|
||||
Reference in New Issue
Block a user