用户生日、性别、职业、地址、ntrp水平 Picker编辑
This commit is contained in:
@@ -19,7 +19,6 @@ export interface UserInfo {
|
||||
participated: number;
|
||||
};
|
||||
personal_profile: string;
|
||||
location: string;
|
||||
occupation: string;
|
||||
ntrp_level: string;
|
||||
phone?: string;
|
||||
@@ -31,6 +30,9 @@ export interface UserInfo {
|
||||
is_following?: boolean;
|
||||
tags?: string[];
|
||||
ongoing_games?: string[];
|
||||
country?: string;
|
||||
province?: string;
|
||||
city?: string;
|
||||
}
|
||||
|
||||
// 用户信息卡片组件属性
|
||||
|
||||
Reference in New Issue
Block a user