1、多参数传递
wx.navigateTo({
url: '/pages/tiku/questions-search/questions-search?searchKey=' + searchKey + '&type=' + this.data.type,
})

1、多参数传递
wx.navigateTo({
url: '/pages/tiku/questions-search/questions-search?searchKey=' + searchKey + '&type=' + this.data.type,
})