优化输入框和表单样式,确保在小程序和管理端开发中使用容器包裹输入框以避免布局问题。更新个人资料页,增加VIP用户的字段展示与编辑逻辑,确保用户体验一致性。调整相关文档以反映最新开发进展,提升功能可用性与用户体验。

This commit is contained in:
Alex-larget
2026-02-28 17:26:03 +08:00
parent 41e5b1258b
commit 8e2ea9b7c1
14 changed files with 195 additions and 114 deletions

View File

@@ -24,12 +24,19 @@
"miniprogram": {
"list": [
{
"name": "个人资料",
"pathName": "pages/profile-show/profile-show",
"name": "pages/profile-edit/profile-edit",
"pathName": "pages/profile-edit/profile-edit",
"query": "",
"scene": null,
"launchMode": "default"
},
{
"name": "个人资料",
"pathName": "pages/profile-show/profile-show",
"query": "",
"launchMode": "default",
"scene": null
},
{
"name": "pages/mentors/mentors",
"pathName": "pages/mentors/mentors",