tabBarAndroid ios问题
发布于 5 年前 作者 gang91 14706 次浏览 来自 问答

点击下面的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”

},

代码没错

回到顶部