feat: 前端重构
This commit is contained in:
+25
-4
@@ -29,11 +29,17 @@
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"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": "邀请好友"
|
||||
"text": "社区"
|
||||
},
|
||||
{
|
||||
"iconPath": "static/tabbar/personal.png",
|
||||
@@ -66,14 +72,14 @@
|
||||
"type": "page",
|
||||
"style": {
|
||||
"navigationStyle": "custom",
|
||||
"navigationBarTitleText": "投资理财"
|
||||
"navigationBarTitleText": "理财"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/invite/index",
|
||||
"type": "page",
|
||||
"style": {
|
||||
"navigationBarTitleText": "邀请好友",
|
||||
"navigationBarTitleText": "社区",
|
||||
"navigationBarBackgroundColor": "#fff",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
@@ -113,7 +119,7 @@
|
||||
"path": "asset/index",
|
||||
"type": "page",
|
||||
"style": {
|
||||
"navigationBarTitleText": "我的资产",
|
||||
"navigationBarTitleText": "资金明细",
|
||||
"navigationBarBackgroundColor": "#fff"
|
||||
}
|
||||
},
|
||||
@@ -132,6 +138,13 @@
|
||||
"navigationBarTitleText": "分包页面 标题"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "hot-news/index",
|
||||
"type": "page",
|
||||
"style": {
|
||||
"navigationBarTitleText": "热点新闻"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "introduction/index",
|
||||
"type": "page",
|
||||
@@ -182,6 +195,14 @@
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "news/index",
|
||||
"type": "page",
|
||||
"style": {
|
||||
"navigationBarTitleText": "最新时讯",
|
||||
"navigationStyle": "custom"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "news-detail/index",
|
||||
"type": "page",
|
||||
|
||||
Reference in New Issue
Block a user