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