feat: x5初始化

This commit is contained in:
anonymous
2025-01-14 12:10:43 +08:00
parent c3ff2e3f4f
commit 2b43b95fdb
60 changed files with 433 additions and 551 deletions
+13 -7
View File
@@ -18,7 +18,7 @@ export default defineUniPages({
},
tabBar: {
color: '#999999',
selectedColor: '#0E57A2',
selectedColor: '#D3B389',
backgroundColor: '#ffffff',
borderStyle: '#E7E7E7',
height: '56px',
@@ -33,16 +33,22 @@ export default defineUniPages({
text: '首页',
},
{
iconPath: 'static/tabbar/invest.png',
selectedIconPath: 'static/tabbar/investHL.png',
pagePath: 'pages/invest/index',
text: '保障',
iconPath: 'static/tabbar/invite.png',
selectedIconPath: 'static/tabbar/inviteHL.png',
pagePath: 'pages/invite/index',
text: '邀请福利',
},
{
iconPath: 'static/tabbar/bank.png',
selectedIconPath: 'static/tabbar/bankHL.png',
pagePath: 'pages/bank/index',
text: '银行卡',
},
{
iconPath: 'static/tabbar/house.png',
selectedIconPath: 'static/tabbar/houseHL.png',
pagePath: 'pages/invite/index',
text: '社区',
pagePath: 'pages/invest/index',
text: '资产平移',
},
{
iconPath: 'static/tabbar/personal.png',