fix: 安卓异常
This commit is contained in:
+10
-9
@@ -26,10 +26,16 @@ export default defineUniPages({
|
||||
iconWidth: '20px',
|
||||
spacing: '3px',
|
||||
list: [
|
||||
// {
|
||||
// iconPath: 'static/tabbar/home.png',
|
||||
// selectedIconPath: 'static/tabbar/homeHL.png',
|
||||
// pagePath: 'pages/index/index',
|
||||
// text: '首页',
|
||||
// },
|
||||
{
|
||||
iconPath: 'static/tabbar/home.png',
|
||||
selectedIconPath: 'static/tabbar/homeHL.png',
|
||||
pagePath: 'pages/index/index',
|
||||
iconPath: 'static/tabbar/bank.png',
|
||||
selectedIconPath: 'static/tabbar/bankHL.png',
|
||||
pagePath: 'pages/bank/index',
|
||||
text: '首页',
|
||||
},
|
||||
{
|
||||
@@ -38,12 +44,7 @@ export default defineUniPages({
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user