收藏
回答

tabBarAndroid ios问题

点击下面的bar

android手机不会出现上面报的错误问题,但是ios却会,在电脑上的模拟器也不会报错,不知道哪里出问题了


"tabBar": {

"color": "#dddddd",

"selectedColor": "#3cc51f",

"backgroundColor": "#ffffff",

"borderStyle": "white",

"list": [

{

"pagePath": "pages/index/index",

"iconPath": "image/we-icon.png",

"selectedIconPath": "image/we-icon-sel.png",

"text": "首页"

},

{

"pagePath": "pages/merchant-list/merchant-list",

"iconPath": "image/list-icon.png",

"selectedIconPath": "image/list-icon-sel.png",

"text": "商户列表"

}

],

"position": "bottom"

},

代码没错

回答关注问题邀请回答
收藏
登录 后发表内容