优化登录

This commit is contained in:
duan
2024-05-31 16:26:34 +08:00
parent 65be66ba91
commit a3dfe46cbd
2 changed files with 31 additions and 22 deletions

View File

@@ -69,7 +69,9 @@
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录"
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false,
"disableScroll": true
}
},
{
@@ -110,7 +112,7 @@
"style": {
"navigationBarTitleText": "会员列表"
}
},{
}, {
"path": "pages/make/make",
"style": {
"navigationBarTitleText": "在线预定"
@@ -232,19 +234,17 @@
}
},
{
"path" : "pages/member/memberdetails",
"style" :
{
"navigationBarTitleText" : "会员卡"
"path": "pages/member/memberdetails",
"style": {
"navigationBarTitleText": "会员卡"
}
},
{
"path" : "pages/member/billDetails",
"style" :
{
"navigationBarTitleText" : "账单明细"
"path": "pages/member/billDetails",
"style": {
"navigationBarTitleText": "账单明细"
}
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",