feat: x5初始化
This commit is contained in:
+13
-7
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user