时间:2019-05-07 来源:小程序工厂
黄***:
请提供下可复现的机型和代码
冼***:
机型是iPhone7 iPhone8,微信版本最新
onLoad() {
......
if (wx.showTabBar) {
wx.showTabBar({
success() {
console.log('showTabBar succeed')
},
fail() {
console.log('showTabBar fail')
},
complete(){
console.log('wx.showTabBar complete')
}
})
}
......
}
is not a function--微信小程序教程
黄***:
我这边是正常的,你用一个空白页面单独试试这两个接口呢?先不用wepy