style: 格式化

This commit is contained in:
yangzhe 2025-04-07 13:11:24 +08:00
parent 6db1485183
commit 15693fbc16
1 changed files with 203 additions and 219 deletions

View File

@ -47,7 +47,6 @@
"navigationBarBackgroundColor": "#4790FF", "navigationBarBackgroundColor": "#4790FF",
"navigationBarTextStyle": "white", "navigationBarTextStyle": "white",
"enablePullDownRefresh": true "enablePullDownRefresh": true
} }
}, },
{ {
@ -58,109 +57,95 @@
}, },
{ {
"path": "pages/my/profile", "path": "pages/my/profile",
"style" : "style": {
{
"navigationBarTitleText": "个人信息", "navigationBarTitleText": "个人信息",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
"path": "pages/my/account/setting", "path": "pages/my/account/setting",
"style" : "style": {
{
"navigationBarTitleText": "设置", "navigationBarTitleText": "设置",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
"path": "pages/my/account/password", "path": "pages/my/account/password",
"style" : "style": {
{
"navigationBarTitleText": "修改密码", "navigationBarTitleText": "修改密码",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
"path": "pages/my/account/index", "path": "pages/my/account/index",
"style" : "style": {
{
"navigationBarTitleText": "帐号&安全", "navigationBarTitleText": "帐号&安全",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
"path": "pages/my/about/index", "path": "pages/my/about/index",
"style" : "style": {
{
"navigationBarTitleText": "关于我们", "navigationBarTitleText": "关于我们",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
"path": "pages/my/account/phone", "path": "pages/my/account/phone",
"style" : "style": {
{
"navigationBarTitleText": "手机号绑定", "navigationBarTitleText": "手机号绑定",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
"path": "pages/my/account/email", "path": "pages/my/account/email",
"style" : "style": {
{
"navigationBarTitleText": "邮箱绑定", "navigationBarTitleText": "邮箱绑定",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
"path": "pages/my/account/logout_account", "path": "pages/my/account/logout_account",
"style" : "style": {
{
"navigationBarTitleText": "注销帐号", "navigationBarTitleText": "注销帐号",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
"path": "pages/my/auth", "path": "pages/my/auth",
"style" : "style": {
{
"navigationBarTitleText": "实名认证", "navigationBarTitleText": "实名认证",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
"path": "pages/public/page", "path": "pages/public/page",
"style" : "style": {
{
"navigationBarTitleText": "", "navigationBarTitleText": "",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
"path": "pages/my/about/feedback", "path": "pages/my/about/feedback",
"style" : "style": {
{
"navigationBarTitleText": "意见反馈", "navigationBarTitleText": "意见反馈",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
"path": "pages/public/register", "path": "pages/public/register",
"style" : "style": {
{
"navigationBarTitleText": "注册", "navigationBarTitleText": "注册",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
}, },
{ {
"path": "pages/public/forget_password", "path": "pages/public/forget_password",
"style" : "style": {
{
"navigationBarTitleText": "忘记密码", "navigationBarTitleText": "忘记密码",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
} }
], ],
// //
"subPackages": [ "subPackages": [
@ -173,7 +158,6 @@
"navigationBarTitleText": "详情" "navigationBarTitleText": "详情"
} }
} }
] ]
} }
], ],