添加页面

This commit is contained in:
wangxiaowei
2025-09-21 18:18:38 +08:00
parent be39bd6da8
commit 8ce688c697
7 changed files with 262 additions and 33 deletions

View File

@ -409,7 +409,7 @@
"type": "page",
"layout": "default",
"style": {
"navigationBarTitleText": ""
"navigationStyle": "custom"
}
},
{
@ -419,6 +419,15 @@
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "parten/pages/withdraw/withdraw",
"type": "page",
"layout": "default",
"style": {
"navigationBarBackgroundColor": "#F6F7F9",
"navigationBarTitleText": "提现"
}
}
]
}