修改社区报名取消功能

This commit is contained in:
2025-10-11 22:09:53 +08:00
parent d66216c669
commit 8f79eeaae6
5 changed files with 345 additions and 67 deletions

19
src/pages.json Normal file
View File

@@ -0,0 +1,19 @@
{
"pages": [
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "pages/login",
"style": {
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
]
}