Micro letter applet wx.navigateTo not jump

Generally leads to the following two reasons:

1.wx.navigateTo jump page is registered in app.json inside tabBar page jump fail when jumping.

 

  Registered in app.json inside tabBar page that uses wx.switchTab to jump.

wx.switchTab({
  url: 'page/index/index'
})
Page-level jump resulting in too many 2.wx.navigateTo not jump 
micro-channel small procedural requirements subpages jump up to five layers, too much can cause a jump-level failure.

Guess you like

Origin www.cnblogs.com/wo1314/p/11249266.html