小程序页面之间跳转的方式
先导
我们Activity和Fragment都有栈的概念在里面,微信小程序页面也有栈的概念在里面。微信小程序页面跳转有四种方式:
1wx.navigateTo(OBJECT)
1wx.redirectTo(OBJECT)
1wx.switchTab(OBJECT)
1wx.navigateBack
...
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.