feat(my): 新增个人信息、帮助中心、问题详情页面并接入导航
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
cd11d711d5
commit
3a67b26ed6
@@ -0,0 +1,15 @@
|
||||
// pages/personalInformation/personalInformation.ts
|
||||
Page({
|
||||
data: {
|
||||
userInfo: {
|
||||
name: '狗蛋',
|
||||
idCard: '4301**********1234',
|
||||
gender: '男',
|
||||
age: '45岁',
|
||||
company: '健康科技公司',
|
||||
department: '技术部-研发组',
|
||||
height: '175cm',
|
||||
weight: '72kg'
|
||||
}
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user