页面切图

This commit is contained in:
仲么了
2023-01-12 10:03:25 +08:00
parent 0ea48cd5b3
commit fd9b3df761
12 changed files with 600 additions and 293 deletions

View File

@@ -19,6 +19,18 @@
"navigationBarTitleText": "个人"
}
},
{
"path": "pages/login/agreement",
"style": {
"navigationBarTitleText": "用户协议"
}
},
{
"path": "pages/login/policy",
"style": {
"navigationBarTitleText": "个人信息保护政策"
}
},
{
"path": "pages/login/login",
"style": {
@@ -30,6 +42,24 @@
"style": {
"navigationBarTitleText": "忘记密码"
}
},
{
"path": "pages/login/register",
"style": {
"navigationBarTitleText": "快速注册"
}
},
{
"path": "pages/login/changePwd",
"style": {
"navigationBarTitleText": "修改密码"
}
},
{
"path": "pages/mine/setup",
"style": {
"navigationBarTitleText": "设置"
}
}
],
"tabBar": {
@@ -54,7 +84,7 @@
},
{
"pagePath": "pages/index/mine",
"iconPath": "static/mine2.png",
"iconPath": "static/mine.png",
"selectedIconPath": "static/mine2.png",
"text": "个人"
}
@@ -64,9 +94,8 @@
"navigationBarTextStyle": "black",
"navigationBarTitleText": "灿能电力",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
"backgroundColor": "#F8F8F8",
// #ifdef H5
,
"navigationStyle": "custom"
// #endif
},