修改服务页的跳转问题

This commit is contained in:
zhouyanli
2026-04-20 08:46:02 +08:00
parent 445e44b3d9
commit fc7ef36a93
8 changed files with 134 additions and 327 deletions

View File

@@ -154,7 +154,8 @@
"pages": [{
"path": "activityList",
"style": {
"navigationBarTitleText": "活动列表"
"navigationBarTitleText": "活动列表",
"navigationStyle": "custom"
}
},
{
@@ -178,7 +179,8 @@
"pages": [{
"path": "noticeList",
"style": {
"navigationBarTitleText": "通知公告"
"navigationBarTitleText": "通知公告",
"navigationStyle": "custom"
}
},
{