天梦星服务平台 (tmxkj.top)https://tmxkj.top/#/
1.返回界面
uni.$emit('enterPeople', this.entryList)
uni.navigateBack({
delta: 1
})
2.返回到的界面(接收数据界面)
onShow() {
let that = this
uni.$on('enterPeople',function(enterPeopledata){
console.log(enterPeopledata)
})
},
就这么简单