feat(dealer/customer): 实现客户列表的无限滚动和搜索功能- 在客户列表页面添加 InfiniteLoading 组件,实现无限滚动加载- 添加搜索功能,支持按关键词搜索客户

- 优化数据加载逻辑,解决重复请求问题
- 在 Header 组件中增加用户登录状态和信息的检查
This commit is contained in:
2025-09-06 10:29:58 +08:00
parent 6f799e6775
commit 3077b44344
5 changed files with 278 additions and 22 deletions

View File

@@ -64,7 +64,7 @@ const AddShopDealerApply = () => {
...values,
realName: values.realName || user?.nickname,
mobile: user?.phone,
refereeId: Taro.getStorageSync('UserId'),
refereeId: 33534,
applyStatus: 10,
auditTime: undefined
};