1.页面跳转时向子页面传入数据
父页面js
goexit() {
//跳转方法
var data = JSON.stringify(this.data.data.follow)
// this.data.data.follow为子页面需要的数据(数组) 必须经过转换方可以传递
wx.navigateTo
1.页面跳转时向子页面传入数据
父页面js
goexit() {
//跳转方法
var data = JSON.stringify(this.data.data.follow)
// this.data.data.follow为子页面需要的数据(数组) 必须经过转换方可以传递
wx.navigateTo