请问wx.navigateTo最多带多少参数
我的参数带的很多,其中intro和url两个参数比较长,请问有没有关系,现在在接受页面,发现有几个参数没有了。
wx.navigateTo({
url: ‘/pages/play/play?videoId=’ + videoId + ‘&title=’ + title + ‘&typeName=’ + typeName + ‘&instructor=’ + instructor + ‘&views=’ + views + ‘&intro=’ + intro + ‘&points=’ + points + ‘&url=’ + url
})