收藏
回答

编译错误:tabBar[2].pagePath 字段需为 string ?

框架类型 问题类型 提审时间 AppID
小程序 Bug 2018-09-02 wx3c4207e202c2255d

自己看了一下,发现tabBar【2】pathPath字段没问题啊 ,为什么会出这样的bug呢?

app.json  代码如下:

{

"pages": [

"mypages/index/index",

"mypages/list/list"

],

"tabBar":{

"color":"#000000",

"selectedColor":"#ff7f50",

"borderStyle":"black",

"list":[

{

"iconPath":"images/home.png",

"selectedIconPath":"images/home-selected.png",

"pagePath":"mypages/list/list",

"text":"首页"

},

{

"iconPath":"images/search.png",

"selectedIconPath":"images.search-selected.png",

"pagePath":"mypages/list/list",

"text":"搜索"

},

{

"iconPath":"images/list.png",

"selectedIconPath":"images/list-selected.png",

"pathPath":"mypages/list/list",

"text":"列表"

}

],

"position":"bottom"

},

"debug":"true"

}





回答关注问题邀请回答
收藏

1 个回答

  • Hasaki
    Hasaki
    2018-10-26
    看看任务管理器中是否有这个程序中正在运行,关闭后,重新编译
    2018-10-26
    有用
    回复
登录 后发表内容