https://tmxkj.top/#/- uni.$emit('enterPeople', this.entryList)
- uni.navigateBack({
- delta: 1
- })
- onShow() {
- let that = this
- uni.$on('enterPeople',function(enterPeopledata){
- console.log(enterPeopledata)
- })
- },
就这么简单