feat(dealer/customer): 实现客户列表的无限滚动和搜索功能- 在客户列表页面添加 InfiniteLoading 组件,实现无限滚动加载- 添加搜索功能,支持按关键词搜索客户
- 优化数据加载逻辑,解决重复请求问题 - 在 Header 组件中增加用户登录状态和信息的检查
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user