toGo(rstProductNO) { wx.navigateTo({ url: '../projectDetail/projectDetail?id='+ rstProductNO }); }
接收,在另一个页面的onLoad生命周期函数中
onLoad(options) { this.rstProductNO = options.id },
就可以拿到传递过来的参数