This commit is contained in:
2023-09-22 16:24:10 +08:00
parent edcccac0be
commit 39bf910126

View File

@ -6,8 +6,8 @@
{
"path": "pages/startup/startup",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, {
"path": "pages/myinformation/myinformation",
@ -23,18 +23,21 @@
}
}, {
"path": "pages/homepage/homepage",
"style": {}
"style": {
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/medicalservice/medicalservice",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}, {
"path": "pages/message/message",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
"enablePullDownRefresh": false,
"navigationStyle": "custom"
}
}
],