小程序的API接口无效 setTabBarItem
wx.setTabBarItem({ "index": 1, "text": "首页", "iconPath": "./image/search.png", "selectedIconPath": "./image/9303A7/search-select.png", "success":function(res){ console.log("成功换图片",res) }, "fail":function(err){ console.log("换图片失败",err) } }) |
万恶的小程序,bug满天飞,这个接口不起作用了,我设置了3个tabbar的,只改变中间的,发现文字是能改变,但是图片更换失败,已经跟足官方提出的文档写了
