navigateTo can't navigate to tabBar page
//事件处理函数
morepage: function(e) {
console.log(e);
wx.navigateTo({
url: ‘…/more/more’,
fuccess:function(s){console.log(s);},
fail:function(f){console.log(f);},
complete:function©{console.log©;}
})
}
报错:
Object {errMsg: "navigateTo:fail can not navigate to tabBar page"}
点击按钮,跳转到tabbar页面不能跳转哦,没更新的时候还可以跳转,更新了就不行了