onShow() { this.getUserInfo_common(); console.log(this.getUserInfo_common()) }, 原因:在uniapp中,只有应用生命周期和页面生命周期,子组件是没有应用周期的。所以onLoad、onShow都不存在。 方法:如果想在渲染子组件时运行一些方法,可以用vue自身的生命周期mounted 文章导航 Unable to find uri in ‘background-image: url()’ TypeError: Cannot read properties of undefined (reading ‘xxx‘)