我的档案查看完成
This commit is contained in:
16
src/types/index.d.ts
vendored
16
src/types/index.d.ts
vendored
@@ -43,4 +43,20 @@ export interface LoginData{
|
||||
export interface UserInfo {
|
||||
name: string;
|
||||
img: string;
|
||||
language: string;
|
||||
currency: string;
|
||||
zoneStr: string;
|
||||
memberid: string;
|
||||
country: string;
|
||||
live: string;
|
||||
mtongue: string;
|
||||
tlanguage: string;
|
||||
willsay: string;
|
||||
interest:any;
|
||||
mobile: string;
|
||||
email: string;
|
||||
birthday: string;
|
||||
video: string;
|
||||
desc: string;
|
||||
money: string;
|
||||
}
|
||||
Reference in New Issue
Block a user