vue子组件向父组件传递参数的基本方式 子组件: this.$emit('transferUrl', this.picUrl) 父组件: 引入子组件<pics @transferUrl="gettr ...