修改bug,优化导航

This commit is contained in:
zhouyanli
2026-07-30 15:35:02 +08:00
parent a6243cf466
commit 80ff7588b1
54 changed files with 389 additions and 499 deletions

View File

@@ -3,7 +3,6 @@
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "首页",
// "navigationStyle": "custom",
"navigationBarBackgroundColor": "#F8F8F8"
}
},
@@ -20,14 +19,12 @@
"path": "pages/serviceIndex/serviceIndex",
"style": {
"navigationBarTitleText": "服务"
// "navigationStyle": "custom"
}
},
{
"path": "pages/myIndex/myIndex",
"style": {
"navigationBarTitleText": "我的"
// "navigationStyle": "custom"
}
}
@@ -38,7 +35,6 @@
"path": "register-new-user",
"style": {
"navigationBarTitleText": "注册新用户",
// "navigationStyle": "custom",
"disableScroll": true
}
},
@@ -54,7 +50,6 @@
"path": "forget-pwd",
"style": {
"navigationBarTitleText": "忘记密码",
// "navigationStyle": "custom",
"disableScroll": true
}
},
@@ -62,7 +57,6 @@
"path": "change-pwd",
"style": {
"navigationBarTitleText": "修改密码",
// "navigationStyle": "custom",
"disableScroll": true
}
},
@@ -70,7 +64,6 @@
"path": "privacy",
"style": {
"navigationBarTitleText": "用户隐私政策"
// "navigationStyle": "custom"
}
}
]
@@ -80,8 +73,7 @@
"pages": [{
"path": "onlineRepair",
"style": {
"navigationBarTitleText": "在线报修",
"navigationStyle": "custom"
"navigationBarTitleText": "在线报修"
}
},
{
@@ -127,8 +119,7 @@
"pages": [{
"path": "visitor-list",
"style": {
"navigationBarTitleText": "访客邀请",
"navigationStyle": "custom"
"navigationBarTitleText": "访客邀请"
}
},
{
@@ -194,8 +185,7 @@
{
"path": "oneClickOpen",
"style": {
"navigationBarTitleText": "一键开门",
"navigationStyle": "custom"
"navigationBarTitleText": "一键开门"
}
},
{
@@ -432,14 +422,12 @@
"pages": [{
"path": "complaintsSuggestionsIndex",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
"navigationBarTitleText": "投诉建议"
}
}, {
"path": "complaintsDetail",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
"navigationBarTitleText": "投诉详情"
}
}, {
"path": "addComplaints",
@@ -450,8 +438,7 @@
}, {
"path": "questionnaireSurveyIndex",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
"navigationBarTitleText": "问卷调查"
}
},
{
@@ -470,8 +457,7 @@
}, {
"path": "contactProperty",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
"navigationBarTitleText": "联系物业"
}
}
]
@@ -488,22 +474,19 @@
{
"path": "inspection-details",
"style": {
"navigationBarTitleText": "巡检详情",
"navigationStyle": "custom"
"navigationBarTitleText": "巡检详情"
}
},
{
"path": "public-revenue",
"style": {
"navigationBarTitleText": "公区收益",
"navigationStyle": "custom"
"navigationBarTitleText": "公区收益"
}
},
{
"path": "public-revenue-details",
"style": {
"navigationBarTitleText": "收益详情",
"navigationStyle": "custom"
"navigationBarTitleText": "收益详情"
}
}
]