wx.navigateTo无法打开新页面
在当前页使用wx.navigateTo(’/pages/home/index’)无法跳转到指定页面,前提条件在app.json中配置了tabbar,当前页中会显示tabbar。
4 回复
wx.navigateTo({
url: 'test?id=1'})
https://mp.weixin.qq.com/debug/wxadoc/dev/api/ui-navigate.html#wxnavigatetoobject