feat(dealer): 添加微信客服功能并优化订单和客户页面

- 在 app.config.ts 中添加微信客服页面路由
- 修改订单页面标题为"电费收益"
- 新增微信客服页面组件和样式
- 优化客户交易页面,添加搜索功能
- 更新二维码页面文案- 新增微信二维码图片说明文档
This commit is contained in:
2025-09-03 14:43:41 +08:00
parent e4d993548f
commit 1368155736
11 changed files with 287 additions and 9 deletions

View File

@@ -180,7 +180,7 @@ const DealerOrders: React.FC = () => {
)}
</>
) : (
<Empty description="暂无分销订单"/>
<Empty description="暂无收益"/>
)}
</View>
</ScrollView>