赞
踩
- uni.$emit('enterPeople', this.entryList)
- uni.navigateBack({
- delta: 1
- })
- onShow() {
- let that = this
- uni.$on('enterPeople',function(enterPeopledata){
- console.log(enterPeopledata)
- })
- },
就这么简单
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。