[AI Generated]: feat(*): 完善数据页切换成员、首页接口对接及我的页缓存信息展示

This commit is contained in:
17792275749
2026-05-15 15:06:01 +08:00
parent fbef06b5c2
commit db74e0fdc9
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -7,6 +7,7 @@ interface SysUserDevice {
realname: string
idCard: string
height: number
weight: number
sex: number
birthday: string
}
@@ -83,6 +84,7 @@ Page({
'form.gender': parsed.gender,
'form.age': parsed.age,
'form.height': String(u.height ?? ''),
'form.weight': String(u.weight ?? ''),
})
})
},