feat: 完成对接

This commit is contained in:
anonymous
2024-12-31 21:07:08 +08:00
parent ecd30a2e82
commit fecf6535a8
99 changed files with 2253 additions and 299 deletions
+189 -15
View File
@@ -1,7 +1,7 @@
{
"globalStyle": {
"navigationStyle": "default",
"navigationBarTitleText": "unibest",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#f8f8f8",
"navigationBarTextStyle": "black",
"backgroundColor": "#FFFFFF"
@@ -15,25 +15,37 @@
},
"tabBar": {
"color": "#999999",
"selectedColor": "#018d71",
"backgroundColor": "#F8F8F8",
"borderStyle": "black",
"height": "50px",
"selectedColor": "#0E57A2",
"backgroundColor": "#ffffff",
"borderStyle": "#E7E7E7",
"height": "56px",
"fontSize": "10px",
"iconWidth": "24px",
"iconWidth": "20px",
"spacing": "3px",
"list": [
{
"iconPath": "static/tabbar/home.png",
"selectedIconPath": "static/tabbar/homeHL.png",
"pagePath": "pages/index/index",
"text": "%tabbar.home%"
"text": "首页"
},
{
"iconPath": "static/tabbar/example.png",
"selectedIconPath": "static/tabbar/exampleHL.png",
"pagePath": "pages/about/about",
"text": "%tabbar.about%"
"iconPath": "static/tabbar/invest.png",
"selectedIconPath": "static/tabbar/investHL.png",
"pagePath": "pages/invest/index",
"text": "投资"
},
{
"iconPath": "static/tabbar/house.png",
"selectedIconPath": "static/tabbar/houseHL.png",
"pagePath": "pages/invite/index",
"text": "房屋"
},
{
"iconPath": "static/tabbar/personal.png",
"selectedIconPath": "static/tabbar/personalHL.png",
"pagePath": "pages/my/index",
"text": "我的"
}
]
},
@@ -47,30 +59,192 @@
}
},
{
"path": "pages/about/about",
"path": "pages/edit-password/index",
"type": "page",
"style": {
"navigationBarTitleText": "关于"
"navigationBarTitleText": "忘记密码",
"navigationStyle": "custom"
},
"notNeedLogin": false
},
{
"path": "pages/invest/index",
"type": "page",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "投资理财"
}
},
{
"path": "pages/about/i18n",
"path": "pages/invite/index",
"type": "page",
"style": {
"navigationBarTitleText": "%app.name%"
"navigationBarTitleText": "邀请好友",
"navigationBarBackgroundColor": "#fff",
"navigationStyle": "custom"
}
},
{
"path": "pages/login/index",
"type": "page",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
},
"notNeedLogin": false
},
{
"path": "pages/my/index",
"type": "page",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "个人中心"
}
},
{
"path": "pages/register/index",
"type": "page",
"style": {
"navigationBarTitleText": "注册",
"navigationStyle": "custom"
},
"notNeedLogin": false
}
],
"subPackages": [
{
"root": "pages-sub",
"pages": [
{
"path": "asset/index",
"type": "page",
"style": {
"navigationBarTitleText": "我的资产",
"navigationBarBackgroundColor": "#fff"
}
},
{
"path": "convert/index",
"type": "page",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "转换"
}
},
{
"path": "demo/index",
"type": "page",
"style": {
"navigationBarTitleText": "分包页面 标题"
}
},
{
"path": "introduction/index",
"type": "page",
"style": {
"navigationBarTitleText": "公司简介",
"navigationBarBackgroundColor": "#fff"
}
},
{
"path": "invest-detail/index",
"type": "page",
"style": {
"navigationBarTitleText": "投资记录",
"navigationBarBackgroundColor": "#fff"
}
},
{
"path": "invest-immediately/index",
"type": "page",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "立即投资"
}
},
{
"path": "invest-result/index",
"type": "page",
"style": {
"navigationBarTitleText": "投资成功",
"navigationBarBackgroundColor": "#fff"
}
},
{
"path": "invite/index",
"type": "page",
"style": {
"navigationBarTitleText": "邀请好友",
"navigationBarBackgroundColor": "#fff",
"navigationStyle": "custom"
}
},
{
"path": "lottery/index",
"type": "page",
"style": {
"navigationBarTitleText": "幸运大转盘",
"navigationBarBackgroundColor": "#fff",
"navigationStyle": "custom"
}
},
{
"path": "official-community/index",
"type": "page",
"style": {
"navigationBarTitleText": "官方社群",
"navigationBarBackgroundColor": "#fff",
"navigationStyle": "custom"
}
},
{
"path": "realname/index",
"type": "page",
"style": {
"navigationBarTitleText": "实名认证",
"navigationBarBackgroundColor": "#fff"
}
},
{
"path": "team/index",
"type": "page",
"style": {
"navigationBarTitleText": "我的邀请",
"navigationBarBackgroundColor": "#fff",
"navigationStyle": "custom"
}
},
{
"path": "withdrawal/index",
"type": "page",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "提现"
}
},
{
"path": "withdrawal-detail/index",
"type": "page",
"style": {
"navigationBarTitleText": "提现记录",
"navigationBarBackgroundColor": "#fff"
}
},
{
"path": "withdrawal-type/edit",
"type": "page",
"style": {
"navigationBarTitleText": "编辑收款方式",
"navigationBarBackgroundColor": "#fff"
}
},
{
"path": "withdrawal-type/index",
"type": "page",
"style": {
"navigationBarTitleText": "收款方式",
"navigationBarBackgroundColor": "#fff"
}
}
]
}