增加个人主页 完善资料编辑

Signed-off-by: AnHanTech <admin@xixingwl.cn>
This commit is contained in:
AnHanTech
2023-02-13 04:26:42 +08:00
parent d4206d476d
commit bf3d8a8099
21 changed files with 1447 additions and 103 deletions

View File

@@ -22,40 +22,49 @@
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
,{
"path" : "pages/login/login",
"style" :
{
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"subPackages": [
{
"root": "member",
"pages": [
{
"path" : "profile/profile",
"style" :
{
"navigationBarTitleText": "个人资料",
"enablePullDownRefresh": false
}
}
]
}, {
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}
],
"subPackages": [{
"root": "member",
"pages": [{
"path": "profile/profile",
"style": {
"navigationBarTitleText": "个人资料",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "homepage/homepage",
"style": {
"navigationBarTitleText": "个人主页",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}]
}],
"tabBar": {
"list": [{
"pagePath": "pages/tabbar/home/home",
"text": "主页",
"selectedIconPath": "static/tabbar/home_active.png",
"iconPath": "static/tabbar/home.png"
},{
"pagePath": "pages/tabbar/home/home",
"text": "动态",
"selectedIconPath": "static/tabbar/home_active.png",
"iconPath": "static/tabbar/home.png"
},{
"pagePath": "pages/tabbar/home/home",
"text": "消息",
"selectedIconPath": "static/tabbar/home_active.png",
"iconPath": "static/tabbar/home.png"
},
{
"pagePath": "pages/tabbar/my/my",
@@ -75,19 +84,17 @@
"rpxCalcMaxDeviceWidth": 960,
"rpxCalcBaseDeviceWidth": 375,
"rpxCalcIncludeWidth": 750,
"scrollIndicator":"none",
"app-plus":{
"scrollIndicator": "none",
"app-plus": {
}
},
"uniIdRouter": {},
"condition": {
"current": 0,
"list": [
{
"name": "login",
"path": "pages/login/login"
}
]
"list": [{
"name": "login",
"path": "pages/login/login"
}]
}
}