我的档案查看完成

This commit is contained in:
2020-10-10 10:57:00 +08:00
parent a67333be23
commit 32361d6629
5 changed files with 64 additions and 21 deletions

16
src/types/index.d.ts vendored
View File

@@ -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;
}