头像
This commit is contained in:
@@ -13,8 +13,8 @@ export function login(data: { phone: string, code?: string, password?: string })
|
||||
const user: User = {
|
||||
id: 'user_001',
|
||||
username: data.phone,
|
||||
nickname: `用户${data.phone.slice(-4)}`,
|
||||
avatar: 'https://picsum.photos/200/200?random=avatar',
|
||||
nickname: `测试${data.phone.slice(-4)}`,
|
||||
avatar: '/static/images/avatar.jpg',
|
||||
phone: data.phone,
|
||||
creditLimits: [],
|
||||
member: mockMember,
|
||||
|
||||
Reference in New Issue
Block a user